mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-27 21:54:30 +01:00
Missing new line from network monitor "connected!" notification
This commit is contained in:
parent
0aa42f1914
commit
e6b11c44f6
@ -108,7 +108,7 @@ public class NetworkMonitor extends AbstractMonitor {
|
||||
// ignore
|
||||
}
|
||||
if (channel.isConnected()) {
|
||||
NetworkMonitor.this.message(_("connected!"));
|
||||
NetworkMonitor.this.message(_("connected!") + '\n');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user