Pebble: get rid of log spamming when changing applications (unhandled message)

here
Andreas Shimokawa 2016-05-31 14:18:45 +02:00
parent a9d74b52f8
commit 19d7c03545
1 changed files with 1 additions and 1 deletions

View File

@ -1826,7 +1826,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
LOG.info(ENDPOINT_NAME + ": (cmd:" + command + ")" + uuid);
break;
}
return null;
return new GBDeviceEvent[]{null};
}
private GBDeviceEvent decodeBlobDb(ByteBuffer buf) {