Skip to content

Commit 1a6339f

Browse files
ZerwinFoseFx
andcommitted
Update mod/app/src/main/java/bttv/updater/UpdaterJobService.java
Co-authored-by: Max Baumann <max@bmn.dev>
1 parent cb7c0ee commit 1a6339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod/app/src/main/java/bttv/updater/UpdaterJobService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public void onUpdate(String newVersion, String body, String apkUrl, String htmlU
120120

121121
notificationManager.notify((int) (Math.random() * 10000), notifBuilder.build());
122122
} else {
123-
Log.w("NotificationsPermissionsReceiver", "Permissions are not allowed, not showing notification");
123+
Log.w("LBTTVUpdaterJob", "Permissions are not allowed, not showing notification");
124124
// Twitch already asks on startup, we do not need to take care of this
125125
}
126126
jobFinished(params, false);

0 commit comments

Comments
 (0)