ShowCaseStandalone.slog(Level.INFO, "Add backuped shops.");
sh.addAll(shops);
ShowCaseStandalone.slog(Level.INFO, "Saving all currently loaded shops.");
storage.save(sh);
} catch (Exception ioe) {
ShowCaseStandalone.slog(Level.WARNING, "Exception on prune: " + ioe.getLocalizedMessage());
Messaging.send(cs, Term.ERROR_GENERAL.get("pruning") + ioe.getLocalizedMessage());//msg: generalError %1 (reloading)
}