Updated logging.

This commit is contained in:
Greyson Parrelli
2019-01-10 10:37:47 -08:00
parent c6f3a66cad
commit 7c66c4a4f7
2 changed files with 2 additions and 2 deletions

View File

@@ -349,7 +349,7 @@ public class MessageNotifier {
@NonNull NotificationState notificationState,
boolean signal)
{
Log.i(TAG, "sendSingleThreadNotification() signal: " + signal);
Log.i(TAG, "sendMultiThreadNotification() signal: " + signal);
MultipleRecipientNotificationBuilder builder = new MultipleRecipientNotificationBuilder(context, TextSecurePreferences.getNotificationPrivacy(context));
List<NotificationItem> notifications = notificationState.getNotifications();