diff --git a/server-cli/src/tui_runner.rs b/server-cli/src/tui_runner.rs index 7ed9cd72bb..63f9cfd7dc 100644 --- a/server-cli/src/tui_runner.rs +++ b/server-cli/src/tui_runner.rs @@ -127,7 +127,7 @@ impl Tui { break; }, Ok(0) => { - //Docker seem to send EOL all the time + //Docker seem to send EOF all the time warn!("EOF received, cli commands are disabled now!"); break; },