From 03d7cb4d75822b40d263d0737e3115a0aeff1cda Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 2 Feb 2012 23:36:13 +0000 Subject: Fix compile error, thanks to James and Buildbot :) --- bin/bbackupd/BackupDaemon.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp index e4fb889e..3d0c9533 100644 --- a/bin/bbackupd/BackupDaemon.cpp +++ b/bin/bbackupd/BackupDaemon.cpp @@ -2296,10 +2296,10 @@ void BackupDaemon::SetupLocations(BackupClientContext &rClientContext, const Con if(::statfs(pLoc->mPath.c_str(), &s) != 0) #endif // HAVE_STRUCT_STATVFS_F_MNTONNAME { - BOX_THROW_SYS_ERROR("Failed to stat " - "path '" << pLoc->mPath << - "' for location '" << - pLoc->mName << "'"); + THROW_SYS_ERROR("Failed to stat path " + "'" << pLoc->mPath << "' " + "for location " + "'" << pLoc->mName << "'"); } // Where the filesystem is mounted -- cgit v1.2.3