From ee1cef189fff604f165b2d20a307545840de944e Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 4 Oct 2019 12:00:41 +0200 Subject: Minor aesthetic changes to #6419. --- src/scripting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripting.c') diff --git a/src/scripting.c b/src/scripting.c index 8ce090e9c..ec95eb256 100644 --- a/src/scripting.c +++ b/src/scripting.c @@ -1411,7 +1411,7 @@ void luaMaskCountHook(lua_State *lua, lua_Debug *ar) { serverLog(LL_WARNING, "Lua slow script detected: still in execution after %lld milliseconds. " "You can try killing the script using the SCRIPT KILL command. " - "script SHA is: %s", + "Script SHA1 is: %s", elapsed, server.lua_cur_script); server.lua_timedout = 1; /* Once the script timeouts we reenter the event loop to permit others -- cgit v1.2.1