summaryrefslogtreecommitdiff
path: root/src/modules/debug_shell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/debug_shell.lua')
-rw-r--r--src/modules/debug_shell.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/debug_shell.lua b/src/modules/debug_shell.lua
index 147fc54..4c0fb6c 100644
--- a/src/modules/debug_shell.lua
+++ b/src/modules/debug_shell.lua
@@ -125,7 +125,7 @@ function debug_shell:new(config)
local client = {}
client.module_instance = inst
- client.name = inst.name .. ":" .. client_sock:getfd()
+ client.name = inst.name .. "#" .. ip .. ":" .. port
client.sock = client_sock
function client:process_response(response)
self.sock.out_buffer = self.sock.out_buffer .. response