summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-12-01 00:10:20 +0000
committerMarc Laukien <marc@zeroc.com>2004-12-01 00:10:20 +0000
commit93e3fa06612413f47f8f9f92e04057ef596460c3 (patch)
treea61d03e015aecbb9a74cc535f6a2bf9c61c8089d /cpp/src/IcePatch2/Client.cpp
parentIcePatch2 (diff)
downloadice-93e3fa06612413f47f8f9f92e04057ef596460c3.tar.bz2
ice-93e3fa06612413f47f8f9f92e04057ef596460c3.tar.xz
ice-93e3fa06612413f47f8f9f92e04057ef596460c3.zip
fixes
Diffstat (limited to 'cpp/src/IcePatch2/Client.cpp')
-rw-r--r--cpp/src/IcePatch2/Client.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/IcePatch2/Client.cpp b/cpp/src/IcePatch2/Client.cpp
index f5948a63b95..55519ee0f5b 100644
--- a/cpp/src/IcePatch2/Client.cpp
+++ b/cpp/src/IcePatch2/Client.cpp
@@ -226,6 +226,11 @@ IcePatch2::Client::run(int argc, char* argv[])
}
}
+ if(properties->getPropertyAsInt("IcePatch2.Thorough") > 0)
+ {
+ cout << "Calculating checksums -- please wait, this might take awhile..." << endl;
+ }
+
bool patchComplete = false;
try