From 8b6c99b0d91b13016567adab679ae6d67654b09b Mon Sep 17 00:00:00 2001 From: skilion Date: Sun, 28 May 2017 23:14:37 +0200 Subject: [PATCH] notify deletion in verbose mode --- src/main.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.d b/src/main.d index b5d64719..85c08483 100644 --- a/src/main.d +++ b/src/main.d @@ -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);