mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-12-05 17:02:32 -05:00
Align some WriteLog entries
The log is handsome when the spacing is right.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user