quote jellyfin URL for censoring in logs

This commit is contained in:
Harvey Tindall 2021-08-22 13:54:39 +01:00
parent 756e7345cf
commit 2be34ed063
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ func start(asDaemon, firstCall bool) {
if status != 200 || err != nil {
app.err.Fatalf("Failed to authenticate with Jellyfin @ \"%s\" (%d): %v", server, status, err)
}
app.info.Printf("Authenticated with %s", server)
app.info.Printf("Authenticated with \"%s\"", server)
runMigrations(app)