diff --git a/lib/server/console.js b/lib/server/console.js index 4f8de8df..1a83d37e 100644 --- a/lib/server/console.js +++ b/lib/server/console.js @@ -302,7 +302,7 @@ if (str) { - if (type) + if (typeParam) type += typeParam + ':'; ret = 'client #' + connNum + type + str;