From 5c3881a66cb2932f66972a17b28cee3c3564b707 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 26 Jul 2007 22:00:22 +0000 Subject: MSVC compile fix, thanks Gary. (refs #3, merges [1666]) --- bin/bbackupd/BackupDaemon.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h index 14782859..7df62c95 100644 --- a/bin/bbackupd/BackupDaemon.h +++ b/bin/bbackupd/BackupDaemon.h @@ -229,13 +229,15 @@ public: 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, -- cgit v1.2.3