Skip to content

Commit

Permalink
Update crash wording to include our repo (#263)
Browse files Browse the repository at this point in the history
Update the wording in the crash log to point to Valkey repo instead of Redis repo.

Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
  • Loading branch information
madolson committed Apr 8, 2024
1 parent adc0fdd commit ad5d81f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -2196,10 +2196,10 @@ void bugReportEnd(int killViaSignal, int sig) {
serverLogRaw(LL_WARNING|LL_RAW,
"\n=== REDIS BUG REPORT END. Make sure to include from START to END. ===\n\n"
" Please report the crash by opening an issue on github:\n\n"
" http://github.com/redis/redis/issues\n\n"
" If a Redis module was involved, please open in the module's repo instead.\n\n"
" Suspect RAM error? Use redis-server --test-memory to verify it.\n\n"
" Some other issues could be detected by redis-server --check-system\n"
" http://github.com/valkey-io/valkey/issues\n\n"
" If a module was involved, please open in the module's repo instead.\n\n"
" Suspect RAM error? Use valkey-server --test-memory to verify it.\n\n"
" Some other issues could be detected by valkey-server --check-system\n"
);

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

0 comments on commit ad5d81f

Please sign in to comment.