Skip to content

Commit

Permalink
Log 수정 iotoasis#320
Browse files Browse the repository at this point in the history
  • Loading branch information
pahnjy01 committed Jan 20, 2017
1 parent bfe1581 commit f5033ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public void deviceUpdate(DeviceStatusData deviceStatusData) {
*/
response = deviceSubscriptionRelease(deviceUri + (ClientProfile.actionDeviceCommand(device.getDeviceUri()) ? ClientProfile.SI_CONTAINER_ACTION : ClientProfile.SI_CONTAINER_POWER) + ClientProfile.SI_CONTAINER_STATUS);
} else {
logger.debug("Device Status = " + device.getDeviceStatus() + " DeviceCommand = " + DeviceStatusData.);
logger.debug(LogPrint.LogMethodNamePrint() + "The state or command of the device is different.");
response = "Status not same.";
}
Expand Down

0 comments on commit f5033ba

Please sign in to comment.