Align some WriteLog entries

The log is handsome when the spacing is right.
This commit is contained in:
2bits 2022-11-15 01:41:40 -08:00
parent 02450bf770
commit e1f68ccd74

View File

@ -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