mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: use Ghostty logger not AppDelegate
This commit is contained in:
@ -154,7 +154,7 @@ extension Ghostty {
|
||||
// Hard or full updates have to reload the full configuration
|
||||
let newConfig = Config()
|
||||
guard newConfig.loaded else {
|
||||
AppDelegate.logger.warning("failed to reload configuration")
|
||||
Ghostty.logger.warning("failed to reload configuration")
|
||||
return
|
||||
}
|
||||
|
||||
@ -177,7 +177,7 @@ extension Ghostty {
|
||||
// config. We free it after the call.
|
||||
let newConfig = Config()
|
||||
guard newConfig.loaded else {
|
||||
AppDelegate.logger.warning("failed to reload configuration")
|
||||
Ghostty.logger.warning("failed to reload configuration")
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user