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

@ -51,7 +51,7 @@ public class MbusMaster {
} }
System.out.println(); System.out.println();
} catch (IOException e) { } 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) { // if (cnt >= 10) {