summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbackupd/BackupDaemon.h')
-rw-r--r--bin/bbackupd/BackupDaemon.h10
1 files changed, 6 insertions, 4 deletions
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,