notify deletion in verbose mode

This commit is contained in:
skilion 2017-05-28 23:14:37 +02:00
parent 305242d8a1
commit 8b6c99b0d9

View file

@ -58,7 +58,7 @@ int main(string[] args)
}
if (resync || logout) {
log.log("Deleting the saved status ...");
log.vlog("Deleting the saved status ...");
safeRemove(cfg.databaseFilePath);
safeRemove(cfg.deltaLinkFilePath);
safeRemove(cfg.uploadStateFilePath);