Update crash wording to include our repo (#263)
Update the wording in the crash log to point to Valkey repo instead of Redis repo. Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
This commit is contained in:
parent
adc0fdd390
commit
ad5d81fd34
@ -2196,10 +2196,10 @@ void bugReportEnd(int killViaSignal, int sig) {
|
|||||||
serverLogRaw(LL_WARNING|LL_RAW,
|
serverLogRaw(LL_WARNING|LL_RAW,
|
||||||
"\n=== REDIS BUG REPORT END. Make sure to include from START to END. ===\n\n"
|
"\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"
|
" Please report the crash by opening an issue on github:\n\n"
|
||||||
" http://github.com/redis/redis/issues\n\n"
|
" http://github.com/valkey-io/valkey/issues\n\n"
|
||||||
" If a Redis module was involved, please open in the module's repo instead.\n\n"
|
" If a 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"
|
" Suspect RAM error? Use valkey-server --test-memory to verify it.\n\n"
|
||||||
" Some other issues could be detected by redis-server --check-system\n"
|
" Some other issues could be detected by valkey-server --check-system\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
/* free(messages); Don't call free() with possibly corrupted memory. */
|
/* free(messages); Don't call free() with possibly corrupted memory. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user