From 750e94cad342f3a8b58ed9660891059ec928f159 Mon Sep 17 00:00:00 2001 From: Madelyn Olson <34459052+madolson@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:09:27 -0700 Subject: [PATCH] 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 --- src/debug.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/debug.c b/src/debug.c index 02133c5c5..b688ac898 100644 --- a/src/debug.c +++ b/src/debug.c @@ -2382,10 +2382,10 @@ void bugReportEnd(int killViaSignal, int sig) { serverLogRawFromHandler(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. */