mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
fixed logger issue
This commit is contained in:
parent
501a3da48f
commit
bca07c9c46
2 changed files with 6 additions and 6 deletions
|
|
@ -23,9 +23,9 @@ struct SoraApp: App {
|
|||
|
||||
TraktToken.checkAuthenticationStatus { isAuthenticated in
|
||||
if isAuthenticated {
|
||||
Logger.shared.log("Trakt authentication is valid")
|
||||
Logger.shared.log("Trakt authentication is valid", type: "Debug")
|
||||
} else {
|
||||
Logger.shared.log("Trakt authentication required", type: "Error")
|
||||
Logger.shared.log("Trakt authentication required", type: "Debug")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue