From e2efafa787ffa1b45063551b6832a9590141dceb Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 7 Sep 2007 21:54:33 +0000 Subject: Fix comments. (merges [1812]) --- bin/bbackupd/BackupClientDirectoryRecord.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/bbackupd/BackupClientDirectoryRecord.cpp b/bin/bbackupd/BackupClientDirectoryRecord.cpp index f97ff315..e5a57bc1 100644 --- a/bin/bbackupd/BackupClientDirectoryRecord.cpp +++ b/bin/bbackupd/BackupClientDirectoryRecord.cpp @@ -1384,7 +1384,8 @@ int64_t BackupClientDirectoryRecord::UploadFile(BackupClientDirectoryRecord::Syn if(e.GetType() == ConnectionException::ExceptionType && e.GetSubType() == ConnectionException::Protocol_UnexpectedReply) { - // Check and see what error the protocol has -- as it might be an error... + // Check and see what error the protocol has, + // this is more useful to users than the exception. int type, subtype; if(connection.GetLastError(type, subtype)) { -- cgit v1.2.3