Shashikanth VH

null dereference fix.

Change-Id: I98b6226fea3f457fef11c65c092453ffa881b59e
......@@ -484,7 +484,7 @@ public class DeviceManager
if (requested == null && response == null) {
// something was off with DeviceProvider, maybe check channel too?
log.warn("Failed to assert role [{}] onto Device {}", requested, deviceId);
log.warn("Failed to assert role onto Device {}", deviceId);
mastershipService.relinquishMastership(deviceId);
return;
}
......