From c5961b01bf9694bf7f6dff86fc8367953dd0b999 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 16 Mar 2012 00:40:25 +0000 Subject: Really fix compile error this time. --- bin/bbackupd/BackupDaemon.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/bbackupd') diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp index 84aa84f6..6155dadb 100644 --- a/bin/bbackupd/BackupDaemon.cpp +++ b/bin/bbackupd/BackupDaemon.cpp @@ -2366,7 +2366,8 @@ void BackupDaemon::SetupLocations(BackupClientContext &rClientContext, const Con THROW_SYS_ERROR("Failed to stat path " "'" << pLoc->mPath << "' " "for location " - "'" << pLoc->mName << "'"); + "'" << pLoc->mName << "'", + CommonException, OSFileError); } // Where the filesystem is mounted -- cgit v1.2.3