diff options
Diffstat (limited to 'cpp/src/IcePatch2/Client.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Client.cpp | 5 |
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 |