Commit 3ab0b4d6 authored by antirez's avatar antirez
Browse files

Lua debugger: inform user changes are rolled back.

When redis-cli will support the synchronous mode, this will not be
printed.
parent 56d9bb8c
......@@ -1116,7 +1116,7 @@ static void repl(void) {
if (config.eval_ldb_end) {
config.eval_ldb_end = 0;
cliReadReply(0);
printf("\n(Lua debugging session ended)\n\n");
printf("\n(Lua debugging session ended. Dataset changes rolled back)\n\n");
}
elapsed = mstime()-start_time;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment