From 3ab33b997e26f1e2f67863af792bc3f450b2b818 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 15 Feb 2018 14:08:22 -0500 Subject: [PATCH] Respond to CR. --- SignalMessaging/environment/NoopNotificationsManager.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SignalMessaging/environment/NoopNotificationsManager.swift b/SignalMessaging/environment/NoopNotificationsManager.swift index 3f7afd148..865e47c98 100644 --- a/SignalMessaging/environment/NoopNotificationsManager.swift +++ b/SignalMessaging/environment/NoopNotificationsManager.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2017 Open Whisper Systems. All rights reserved. +// Copyright (c) 2018 Open Whisper Systems. All rights reserved. // import SignalServiceKit @@ -12,6 +12,6 @@ public class NoopNotificationsManager: NSObject, NotificationsProtocol { } public func notifyUser(for error: TSErrorMessage!, in thread: TSThread!) { - owsFail("\(self.logTag) in \(#function).") + Logger.warn("\(self.logTag) in \(#function), skipping notification for: \(error.description)") } }