🔧 Use LOG instead of NSLOG
This commit is contained in:
parent
61ec8df418
commit
76d9756fb9
3 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ CocoaNotification* NotificationPresenterMac::GetNotification(
|
|||
}
|
||||
|
||||
if (getenv("ELECTRON_DEBUG_NOTIFICATIONS")) {
|
||||
NSLog(@"%s \"%@\"", "Could not find cocoa notification for", ns_notification.identifier);
|
||||
LOG(INFO) << "Could not find notification for " << [ns_notification.identifier UTF8String];
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue