summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/ClientUtil.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-09-19 08:07:06 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-09-19 08:07:06 +0000
commit719863efae555485928de5e33c303bc753fdc7d6 (patch)
tree34a2d8431f36d184d00b2b2cc3925cfd709b78f5 /cpp/src/IcePatch2/ClientUtil.cpp
parentMono fixes. (diff)
downloadice-719863efae555485928de5e33c303bc753fdc7d6.tar.bz2
ice-719863efae555485928de5e33c303bc753fdc7d6.tar.xz
ice-719863efae555485928de5e33c303bc753fdc7d6.zip
Fixed IceGrid bugs 1381, 1382, 1369, 1342, 1341, 1334
Diffstat (limited to 'cpp/src/IcePatch2/ClientUtil.cpp')
-rwxr-xr-xcpp/src/IcePatch2/ClientUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/ClientUtil.cpp b/cpp/src/IcePatch2/ClientUtil.cpp
index 08460af418e..6c2d9f60673 100755
--- a/cpp/src/IcePatch2/ClientUtil.cpp
+++ b/cpp/src/IcePatch2/ClientUtil.cpp
@@ -880,7 +880,7 @@ IcePatch2::Patcher::updateFilesInternal(const FileInfoSeq& files, const Decompre
}
catch(const FileAccessException& ex)
{
- throw "server error for `" + p->path + "': " + ex.reason;
+ throw "error from IcePatch2 server for `" + p->path + "': " + ex.reason;
}
if(bytes.empty())