[Box Backup-commit] COMMIT r1721 - box/chris/merge/lib/server

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Tue Jul 3 22:18:03 BST 2007


Author: chris
Date: 2007-07-03 22:18:03 +0100 (Tue, 03 Jul 2007)
New Revision: 1721

Modified:
   box/chris/merge/lib/server/Daemon.cpp
Log:
More debugging.


Modified: box/chris/merge/lib/server/Daemon.cpp
===================================================================
--- box/chris/merge/lib/server/Daemon.cpp	2007-07-03 21:13:56 UTC (rev 1720)
+++ box/chris/merge/lib/server/Daemon.cpp	2007-07-03 21:18:03 UTC (rev 1721)
@@ -122,6 +122,8 @@
 		optreset = 1;
 	#endif
 
+	BOX_TRACE("'?' == " << (int)'?');
+
 	while((c = getopt(argc, (char * const *)argv, "c:DFqvVt:Tk")) != -1)
 	{
 		BOX_TRACE("getopt: returned '" << c << "' (" << (int)c << ")");




More information about the Boxbackup-commit mailing list