Skip to content

Commit 02152a1

Browse files
committed
Fix log statement
Signed-off-by: Chris Jackson <[email protected]>
1 parent e93cc35 commit 02152a1

File tree

1 file changed

+1
-1
lines changed
  • com.zsmartsystems.zigbee.console.main/src/main/java/com/zsmartsystems/zigbee/console/main

1 file changed

+1
-1
lines changed

com.zsmartsystems.zigbee.console.main/src/main/java/com/zsmartsystems/zigbee/console/main/ZigBeeDataStore.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public boolean writeBackup(ZigBeeNetworkBackupDao backup) {
205205
stream.marshal(backup, new PrettyPrintWriter(writer));
206206
writer.close();
207207
} catch (Exception e) {
208-
logger.error("Error writing network backup: ", backup.getUuid(), e);
208+
logger.error("{}: Error writing network backup: ", backup.getUuid(), e);
209209
return false;
210210
}
211211

0 commit comments

Comments
 (0)