From f8dc7997770c04303e7f90d7ad8f59ee922e088c Mon Sep 17 00:00:00 2001 From: GoodByeZeroNet <63566141+GoodByeZeroNet@users.noreply.github.com> Date: Sun, 12 Apr 2020 23:59:27 +0000 Subject: [PATCH] Update main.py --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 4083ce88..b57c5a73 100644 --- a/src/main.py +++ b/src/main.py @@ -267,7 +267,7 @@ class Actions(object): logging.info("Verifying site files...") bad_files += site.storage.verifyFiles()["bad_files"] if not bad_files: - logging.info("[OK] All file sha512sum matches! (%.3fs)" % (time.time() - s)) + logging.info("[OK] All files b2sum matches! (%.3fs)" % (time.time() - s)) else: logging.error("[ERROR] Error during verifying site files!")