This commit is contained in:
Wolfgang Hottgenroth 2020-09-03 17:06:31 +02:00
parent db4d4ff46b
commit 4daf09e469
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

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) {