NIHVIVO-511 show more clearly whether the upgrade process succeeded.

This commit is contained in:
jeb228 2010-06-21 21:10:49 +00:00
parent 2709d24cc4
commit 10da4551cd

View file

@ -176,6 +176,8 @@ public class FileStorageUpdater implements FSUController {
// Clean out the old image directory, separating into files which
// were translated, and files for which we found no reference.
new ImageDirectoryCleaner(this).clean(translatedFiles);
updateLog.section("File Storage update is complete.");
} finally {
updateLog.close();
}