[Box Backup-commit] COMMIT r1313 - box/chris/general/lib/server
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 03 Mar 2007 21:36:16 +0000
Author: chris
Date: 2007-03-03 21:36:16 +0000 (Sat, 03 Mar 2007)
New Revision: 1313
Modified:
box/chris/general/lib/server/ServerStream.h
Log:
Fix typo
Modified: box/chris/general/lib/server/ServerStream.h
===================================================================
--- box/chris/general/lib/server/ServerStream.h 2007-03-03 21:35:54 UTC (rev 1312)
+++ box/chris/general/lib/server/ServerStream.h 2007-03-03 21:36:16 UTC (rev 1313)
@@ -261,7 +261,7 @@
else
{
#endif // !WIN32
- // Just handle in this connection
+ // Just handle in this process
SetProcessTitle("handling");
HandleConnection(*connection);
SetProcessTitle("idle");