From a0eebf15d01c069dfd174fa697466116a99fe054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Mon, 7 Sep 2020 17:20:52 +0200 Subject: [PATCH] fixed #757 --- server-cli/src/tui_runner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(_) => {