From 712a8e038ad4d201c3ffb186952f4c84c823bf77 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 10 Aug 2008 21:42:03 +0000 Subject: Reformat comments for readability. --- bin/bbackupd/BackupClientDirectoryRecord.cpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bin/bbackupd/BackupClientDirectoryRecord.cpp b/bin/bbackupd/BackupClientDirectoryRecord.cpp index c63857e2..ea5ee973 100644 --- a/bin/bbackupd/BackupClientDirectoryRecord.cpp +++ b/bin/bbackupd/BackupClientDirectoryRecord.cpp @@ -950,18 +950,18 @@ bool BackupClientDirectoryRecord::UpdateItems( } catch(ConnectionException &e) { - // Connection errors should just be passed on to the main handler, retries - // would probably just cause more problems. - // StorageLimitExceeded never gets here. - - rParams.mrDaemon.NotifySysadmin(BackupDaemon::NotifyEvent_StoreFull); + // Connection errors should just be + // passed on to the main handler, + // retries would probably just cause + // more problems. rNotifier.NotifyFileUploadException( this, filename, e); throw; } catch(BoxException &e) { - // an error occured -- make return code false, to show error in directory + // an error occured -- make return + // code false, to show error in directory allUpdatedSuccessfully = false; // Log it. SetErrorWhenReadingFilesystemObject(rParams, filename.c_str()); @@ -969,7 +969,8 @@ bool BackupClientDirectoryRecord::UpdateItems( this, filename, e); } - // Update structures if the file was uploaded successfully. + // Update structures if the file was uploaded + // successfully. if(uploadSuccess) { fileSynced = true; -- cgit v1.2.3