1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-12 10:55:49 +01:00

Log ignored notifications when updateCoordinator is null

This commit is contained in:
cpfeiffer 2016-03-31 21:57:36 +02:00
parent 6f97b8c1e5
commit ea5c6a0848

View File

@ -94,7 +94,8 @@ public class UpdateFirmwareOperation extends AbstractMiBandOperation {
return;
}
if (updateCoordinator == null) {
LOG.error("received notification when updateCoordinator is null, ignoring!");
LOG.error("received notification when updateCoordinator is null, ignoring (notification content follows):");
getSupport().logMessageContent(value);
return;
}