exception output

This commit is contained in:
Wolfgang Hottgenroth 2020-09-04 19:35:19 +02:00
parent 6d87ca1ee3
commit 8b583c82f1
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -30,7 +30,7 @@ public class MbusMaster {
}));
logger.debug("Shutdown hook added");
*/
MbusgwChild mbusgw = new MbusgwChild(false);
mbusgw.start();
@ -51,7 +51,7 @@ public class MbusMaster {
}
System.out.println();
} catch (IOException e) {
logger.error("Error " + e.toString() + ", " + e.getMessage() + " in Meterbus dialog for device " + device);
logger.error("Error " + e.toString() + " in Meterbus dialog for device " + device);
}
}
// if (cnt >= 10) {