[Box Backup-commit] COMMIT r1810 - box/chris/general/lib/server

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Sep 6 22:10:54 BST 2007


Author: chris
Date: 2007-09-06 22:10:54 +0100 (Thu, 06 Sep 2007)
New Revision: 1810

Modified:
   box/chris/general/lib/server/LocalProcessStream.cpp
Log:
Win32 compile fix (logging framework abuse).


Modified: box/chris/general/lib/server/LocalProcessStream.cpp
===================================================================
--- box/chris/general/lib/server/LocalProcessStream.cpp	2007-09-01 23:04:32 UTC (rev 1809)
+++ box/chris/general/lib/server/LocalProcessStream.cpp	2007-09-06 21:10:54 UTC (rev 1810)
@@ -120,7 +120,7 @@
 	HANDLE writeInChild, readFromChild;
 	if(!CreatePipe(&readFromChild, &writeInChild, &secAttr, 0))
 	{
-		BOX_ERROR("Failed to CreatePipe for child process: "
+		BOX_ERROR("Failed to CreatePipe for child process: " <<
 			GetErrorMessage(GetLastError()));
 		THROW_EXCEPTION(ServerException, SocketPairFailed)
 	}




More information about the Boxbackup-commit mailing list