This commit is contained in:
Marcel Märtens 2020-09-07 17:20:52 +02:00
parent 4bd41ddd9c
commit a0eebf15d0

View File

@ -128,7 +128,7 @@ impl Tui {
}, },
Ok(0) => { Ok(0) => {
//Docker seem to send EOL all the time //Docker seem to send EOL all the time
warn!("EOL recieved, cli commands are disabled now!"); warn!("EOF received, cli commands are disabled now!");
break; break;
}, },
Ok(_) => { Ok(_) => {