summaryrefslogtreecommitdiff
path: root/server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'server.rb')
-rwxr-xr-xserver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.rb b/server.rb
index 193baf6..e6bf258 100755
--- a/server.rb
+++ b/server.rb
@@ -180,7 +180,7 @@ def process_next reply
end
$lock = true # lock
if data['key'] != SESSION_KEY
- $status = "Error: Key mismatch"
+ $status = "Error: Key mismatch (#{data['key']}, #{SESSION_KEY})"
return
end
if data["OOV"] # OOV corrections