🔧 Use LOG instead of NSLOG

This commit is contained in:
Felix Rieseberg 2017-12-13 14:47:23 -08:00
parent 61ec8df418
commit 76d9756fb9
3 changed files with 4 additions and 4 deletions

View file

@ -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;