diff --git a/server-cli/src/tui_runner.rs b/server-cli/src/tui_runner.rs index 82aa5f58f0..7ed9cd72bb 100644 --- a/server-cli/src/tui_runner.rs +++ b/server-cli/src/tui_runner.rs @@ -128,7 +128,7 @@ impl Tui { }, Ok(0) => { //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; }, Ok(_) => {