summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-11-17 19:49:14 +0000
committerChris Wilson <chris+github@qwirx.com>2012-11-17 19:49:14 +0000
commit1098297e0acfb37715336f1bbd8cfe548a6e038e (patch)
tree1e6ac69b943050ad41ac49a7d8caebe4d7394e7c /lib
parent82feef9f070b5ac8a3973e61a03c751fb55743d8 (diff)
Fix missing space in log message.
Diffstat (limited to 'lib')
-rw-r--r--lib/server/ServerStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/ServerStream.h b/lib/server/ServerStream.h
index 0adee6f2..a9b56169 100644
--- a/lib/server/ServerStream.h
+++ b/lib/server/ServerStream.h
@@ -297,7 +297,7 @@ public:
// Log it
BOX_TRACE("Forked child process " << pid <<
- "to handle connection from " <<
+ " to handle connection from " <<
mConnectionDetails);
}
else