diff --git a/src/q3rcon_tui/tui.py b/src/q3rcon_tui/tui.py index e565bb5..d78b750 100644 --- a/src/q3rcon_tui/tui.py +++ b/src/q3rcon_tui/tui.py @@ -70,7 +70,7 @@ class RconApp(App): ) except RCONError: output = ( - 'Unable to execute command.', + f'Unable to execute command {cmd}. ', 'It may be due to a map change or a server restart.', 'If the problem persists, please check your connection settings and ensure the server is running.', )