mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
Align some WriteLog entries
The log is handsome when the spacing is right.
This commit is contained in:
parent
02450bf770
commit
e1f68ccd74
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user