mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +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
|
TraktToken.checkAuthenticationStatus { isAuthenticated in
|
||||||
if isAuthenticated {
|
if isAuthenticated {
|
||||||
Logger.shared.log("Trakt authentication is valid")
|
Logger.shared.log("Trakt authentication is valid", type: "Debug")
|
||||||
} else {
|
} else {
|
||||||
Logger.shared.log("Trakt authentication required", type: "Error")
|
Logger.shared.log("Trakt authentication required", type: "Debug")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue