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
|
// Hard or full updates have to reload the full configuration
|
||||||
let newConfig = Config()
|
let newConfig = Config()
|
||||||
guard newConfig.loaded else {
|
guard newConfig.loaded else {
|
||||||
AppDelegate.logger.warning("failed to reload configuration")
|
Ghostty.logger.warning("failed to reload configuration")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -177,7 +177,7 @@ extension Ghostty {
|
|||||||
// config. We free it after the call.
|
// config. We free it after the call.
|
||||||
let newConfig = Config()
|
let newConfig = Config()
|
||||||
guard newConfig.loaded else {
|
guard newConfig.loaded else {
|
||||||
AppDelegate.logger.warning("failed to reload configuration")
|
Ghostty.logger.warning("failed to reload configuration")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user