[Box Backup-commit] COMMIT r3575 - box/trunk/lib/common

subversion at boxbackup.org subversion at boxbackup.org
Wed Jun 10 20:46:04 BST 2015


Author: chris
Date: 2015-06-10 19:46:04 +0000 (Wed, 10 Jun 2015)
New Revision: 3575

Modified:
   box/trunk/lib/common/Logging.cpp
Log:
Add usage example for -L option, showing how module names were compiled in

Modified: box/trunk/lib/common/Logging.cpp
===================================================================
--- box/trunk/lib/common/Logging.cpp	2015-06-10 19:46:01 UTC (rev 3574)
+++ box/trunk/lib/common/Logging.cpp	2015-06-10 19:46:04 UTC (rev 3575)
@@ -715,6 +715,7 @@
 {
 	return
 	"  -L <file>  Filter out log messages except from specified file, can repeat\n"
+	"             (for example, -L " __FILE__ ")\n"
 	"  -N         Truncate log file at startup and on backup start\n"
 	"  -P         Show process ID (PID) in console output\n"
 	"  -q         Run more quietly, reduce verbosity level by one, can repeat\n"




More information about the Boxbackup-commit mailing list