[Box Backup-commit] COMMIT r1666 - box/chris/general/bin/bbackupd

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed May 16 00:55:14 BST 2007


Author: chris
Date: 2007-05-16 00:55:14 +0100 (Wed, 16 May 2007)
New Revision: 1666

Modified:
   box/chris/general/bin/bbackupd/BackupDaemon.h
Log:
MSVC compile fix, thanks Gary.


Modified: box/chris/general/bin/bbackupd/BackupDaemon.h
===================================================================
--- box/chris/general/bin/bbackupd/BackupDaemon.h	2007-05-15 23:53:14 UTC (rev 1665)
+++ box/chris/general/bin/bbackupd/BackupDaemon.h	2007-05-15 23:55:14 UTC (rev 1666)
@@ -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