From e1f68ccd746448726de00aa853b0ab30aaa804d2 Mon Sep 17 00:00:00 2001 From: 2bits <1025689+2bits@users.noreply.github.com> Date: Tue, 15 Nov 2022 01:41:40 -0800 Subject: [PATCH] Align some WriteLog entries The log is handsome when the spacing is right. --- DBRepair.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DBRepair.sh b/DBRepair.sh index 063929f..e7c68d9 100755 --- a/DBRepair.sh +++ b/DBRepair.sh @@ -1102,7 +1102,7 @@ do continue fi - WriteLog "Import - Attempting to import watch history from '$Input' " + WriteLog "Import - Attempting to import watch history from '$Input' " # Confirm our databases are intact if ! CheckDatabases; then @@ -1120,7 +1120,7 @@ do # Make a backup Output "Backing up databases" - if ! MakeBackups "Import "; then + if ! MakeBackups "Import "; then Output "Error making backups. Cannot continue." WriteLog "Import - MakeBackups - FAIL" Fail=1