Skip to content

Commit ad5d81f

Browse files
committed
Update crash wording to include our repo (valkey-io#263)
Update the wording in the crash log to point to Valkey repo instead of Redis repo. Signed-off-by: Madelyn Olson <[email protected]>
1 parent adc0fdd commit ad5d81f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/debug.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,10 +2196,10 @@ void bugReportEnd(int killViaSignal, int sig) {
21962196
serverLogRaw(LL_WARNING|LL_RAW,
21972197
"\n=== REDIS BUG REPORT END. Make sure to include from START to END. ===\n\n"
21982198
" Please report the crash by opening an issue on github:\n\n"
2199-
" http://github.com/redis/redis/issues\n\n"
2200-
" If a Redis module was involved, please open in the module's repo instead.\n\n"
2201-
" Suspect RAM error? Use redis-server --test-memory to verify it.\n\n"
2202-
" Some other issues could be detected by redis-server --check-system\n"
2199+
" http://github.com/valkey-io/valkey/issues\n\n"
2200+
" If a module was involved, please open in the module's repo instead.\n\n"
2201+
" Suspect RAM error? Use valkey-server --test-memory to verify it.\n\n"
2202+
" Some other issues could be detected by valkey-server --check-system\n"
22032203
);
22042204

22052205
/* free(messages); Don't call free() with possibly corrupted memory. */

0 commit comments

Comments
 (0)