diff --git a/mod/app/src/main/java/bttv/updater/UpdaterJobService.java b/mod/app/src/main/java/bttv/updater/UpdaterJobService.java index 1cde9527..e88fa667 100644 --- a/mod/app/src/main/java/bttv/updater/UpdaterJobService.java +++ b/mod/app/src/main/java/bttv/updater/UpdaterJobService.java @@ -120,7 +120,7 @@ public void onUpdate(String newVersion, String body, String apkUrl, String htmlU notificationManager.notify((int) (Math.random() * 10000), notifBuilder.build()); } else { - Log.w("NotificationsPermissionsReceiver", "Permissions are not allowed, not showing notification"); + Log.w("LBTTVUpdaterJob", "Permissions are not allowed, not showing notification"); // Twitch already asks on startup, we do not need to take care of this } jobFinished(params, false);