[Box Backup-commit] COMMIT r1760 - box/chris/merge/bin/bbackupd

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Jul 26 23:00:22 BST 2007


Author: chris
Date: 2007-07-26 23:00:22 +0100 (Thu, 26 Jul 2007)
New Revision: 1760

Modified:
   box/chris/merge/bin/bbackupd/BackupDaemon.h
Log:
MSVC compile fix, thanks Gary. (refs #3, merges [1666])


Modified: box/chris/merge/bin/bbackupd/BackupDaemon.h
===================================================================
--- box/chris/merge/bin/bbackupd/BackupDaemon.h	2007-07-26 22:00:00 UTC (rev 1759)
+++ box/chris/merge/bin/bbackupd/BackupDaemon.h	2007-07-26 22:00:22 UTC (rev 1760)
@@ -229,13 +229,15 @@
 		const BackupClientDirectoryRecord* pDirRecord,
 		const std::string& rLocalPath)
 	{
-		BOX_WARNING("Ignored directory: " << rLocalPath << ": "
 		#ifdef WIN32
-			"is an NTFS junction/reparse point; "
+			BOX_WARNING("Ignored directory: " << rLocalPath << 
+				": is an NTFS junction/reparse point; create "
+				"a new location if you want to back it up");
 		#else
-			"is a mount point; "
+			BOX_WARNING("Ignored directory: " << rLocalPath << 
+				": is a mount point; create a new location "
+				"if you want to back it up");
 		#endif
-			"create a new location if you want to back it up");
 	}
 	virtual void NotifyFileExcluded(
 		const BackupClientDirectoryRecord* pDirRecord,




More information about the Boxbackup-commit mailing list