Log ignored notifications when updateCoordinator is null

here
cpfeiffer 2016-03-31 21:57:36 +02:00
parent 6f97b8c1e5
commit ea5c6a0848
1 changed files with 2 additions and 1 deletions

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;
}