summaryrefslogtreecommitdiff
path: root/src/scripting.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-10-04 12:00:41 +0200
committerantirez <antirez@gmail.com>2019-10-04 12:00:41 +0200
commitee1cef189fff604f165b2d20a307545840de944e (patch)
tree7632aa23790b07abf7e01c546744f44cc83c68cd /src/scripting.c
parent264778af0adee0699c607b6e6b83560f339b285f (diff)
downloadredis-ee1cef189fff604f165b2d20a307545840de944e.tar.gz
Minor aesthetic changes to #6419.
Diffstat (limited to 'src/scripting.c')
-rw-r--r--src/scripting.c2
1 files changed, 1 insertions, 1 deletions
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