[Box Backup-commit] COMMIT r2289 - box/trunk/bin/bbackupctl

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Mon Sep 15 21:15:23 BST 2008


Author: chris
Date: 2008-09-15 21:15:22 +0100 (Mon, 15 Sep 2008)
New Revision: 2289

Modified:
   box/trunk/bin/bbackupctl/bbackupctl.cpp
Log:
Improve wording of control command message.


Modified: box/trunk/bin/bbackupctl/bbackupctl.cpp
===================================================================
--- box/trunk/bin/bbackupctl/bbackupctl.cpp	2008-09-14 12:20:18 UTC (rev 2288)
+++ box/trunk/bin/bbackupctl/bbackupctl.cpp	2008-09-15 20:15:22 UTC (rev 2289)
@@ -337,7 +337,7 @@
 					if(!quiet)
 					{
 						BOX_INFO("Control command "
-							"succeeded: " <<
+							"sent: " <<
 							commandName);
 					}
 					finished = true;
@@ -346,7 +346,7 @@
 				{
 					BOX_ERROR("Control command failed: " <<
 						commandName << ". Check "
-						"command spelling");
+						"command spelling.");
 					returnCode = 1;
 					finished = true;
 				}




More information about the Boxbackup-commit mailing list