mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 13:54:01 +02:00
Fix incorrect method call
This commit is contained in:
@@ -59,7 +59,7 @@ public extension AppLogger {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func debug(_ information: String, isPrivate: Bool = Defaults.isPrivate) {
|
func debug(_ information: String, isPrivate: Bool = Defaults.isPrivate) {
|
||||||
log(information, isPrivate)
|
self.log(information, isPrivate: isPrivate)
|
||||||
}
|
}
|
||||||
|
|
||||||
func error(_ information: String, isPrivate: Bool = Defaults.isPrivate) {
|
func error(_ information: String, isPrivate: Bool = Defaults.isPrivate) {
|
||||||
|
|||||||
Reference in New Issue
Block a user