summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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