Fixing device identifier is null issue

This commit is contained in:
Rasika Perera 2016-12-07 12:06:22 +05:30
parent 289987db8e
commit 4e0730f50c

View File

@ -67,6 +67,7 @@ public class DeviceTypePluginDAO {
if (resultSet.next()) {
device = new Device();
device.setDeviceIdentifier(deviceId);
if (log.isDebugEnabled()) {
log.debug(deviceId + " data has been fetched from " + deviceDAODefinition.getDeviceTableName() +
" database.");