summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-09-07 21:54:33 +0000
committerChris Wilson <chris+github@qwirx.com>2007-09-07 21:54:33 +0000
commite2efafa787ffa1b45063551b6832a9590141dceb (patch)
treec3fff34607669e9d208444cbda6fd2b954fc1b8b
parent0e6d5549ef6ffd700c1797a33d29193ee44b2ebe (diff)
Fix comments. (merges [1812])
-rw-r--r--bin/bbackupd/BackupClientDirectoryRecord.cpp3
1 files changed, 2 insertions, 1 deletions
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))
{