[Box Backup-commit] COMMIT r2798 - box/RELEASE/0.11/bin/bbackupquery

subversion at boxbackup.org subversion at boxbackup.org
Wed Oct 20 19:02:41 BST 2010


Author: chris
Date: 2010-10-20 19:02:40 +0100 (Wed, 20 Oct 2010)
New Revision: 2798

Modified:
   box/RELEASE/0.11/bin/bbackupquery/BackupQueries.cpp
Log:
Show the output of "pwd" at NOTICE level, so that it gets displayed in  
release builds as well, thanks to Achim for pointing this out. (merges 
[2797] from trunk)


Modified: box/RELEASE/0.11/bin/bbackupquery/BackupQueries.cpp
===================================================================
--- box/RELEASE/0.11/bin/bbackupquery/BackupQueries.cpp	2010-10-20 18:02:07 UTC (rev 2797)
+++ box/RELEASE/0.11/bin/bbackupquery/BackupQueries.cpp	2010-10-20 18:02:40 UTC (rev 2798)
@@ -324,7 +324,7 @@
 	case Command_pwd:
 		{
 			// Simple implementation, so do it here
-			BOX_INFO(GetCurrentDirectoryName() << " (" <<
+			BOX_NOTICE(GetCurrentDirectoryName() << " (" <<
 				BOX_FORMAT_OBJECTID(GetCurrentDirectoryID()) <<
 				")");
 		}




More information about the Boxbackup-commit mailing list