quote jellyfin URL for censoring in logs

pull/163/head
Harvey Tindall 3 years ago
parent 756e7345cf
commit 2be34ed063
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

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

Loading…
Cancel
Save