mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'fixed#757' into 'master'
fixed #757 Closes #757 See merge request veloren/veloren!1370
This commit is contained in:
commit
def983bb9d
@ -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(_) => {
|
||||
|
Loading…
Reference in New Issue
Block a user