aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-09-27 23:33:17 -0400
committerAllan Wang <me@allanwang.ca>2018-09-27 23:33:17 -0400
commitccd794df66bd6d9b7194e8887b9f0e2584b4f383 (patch)
tree68886be48d3c7f3749c0931c013531ee24aff31c
parent525365dd4e00ea2fe2ee138883da022ff6a429cc (diff)
downloadfrost-ccd794df66bd6d9b7194e8887b9f0e2584b4f383.tar.gz
frost-ccd794df66bd6d9b7194e8887b9f0e2584b4f383.tar.bz2
frost-ccd794df66bd6d9b7194e8887b9f0e2584b4f383.zip
Make notif log count info level
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/services/NotificationService.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/services/NotificationService.kt b/app/src/main/kotlin/com/pitchedapps/frost/services/NotificationService.kt
index 845ddc5a..56ff4db7 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/services/NotificationService.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/services/NotificationService.kt
@@ -69,7 +69,7 @@ class NotificationService : JobService() {
notifCount += fetch(jobId, NotificationType.MESSAGE, it)
}
- L.v { "Sent $notifCount notifications" }
+ L.i { "Sent $notifCount notifications" }
if (notifCount == 0 && jobId == NOTIFICATION_JOB_NOW)
generalNotification(665, R.string.no_new_notifications, BuildConfig.DEBUG)