summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index a50fdf666..16864b0a7 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1597,6 +1597,7 @@ int operstrcmp(char* data,char* input)
{
int MOD_RESULT = 0;
FOREACH_RESULT(OnOperCompare(data,input))
+ log(DEBUG,"operstrcmp: %d",MOD_RESULT);
if (MOD_RESULT == 1)
return 0;
if (MOD_RESULT == -1)