diff options
Diffstat (limited to 'src/ex.c')
-rw-r--r-- | src/ex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -467,7 +467,7 @@ VbCmdResult ex_run_file(Client *c, const char *filename) } if ((ex_run_string(c, line) & ~CMD_KEEPINPUT) == CMD_ERROR) { res = CMD_ERROR | CMD_KEEPINPUT; - g_warning("Invalid command in %s: '%s'", filename, line); + g_warning("Invalid command in %s line #%u : '%s'", filename, i+1, line); } } g_strfreev(lines); |