Skip to content

Commit e6b11c4

Browse files
author
Federico Fissore
committed
Missing new line from network monitor "connected!" notification
1 parent 0aa42f1 commit e6b11c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/NetworkMonitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void run() {
108108
// ignore
109109
}
110110
if (channel.isConnected()) {
111-
NetworkMonitor.this.message(_("connected!"));
111+
NetworkMonitor.this.message(_("connected!") + '\n');
112112
}
113113
}
114114

0 commit comments

Comments
 (0)