diff options
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index d8b955a2..4bd2812b 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -1434,7 +1434,7 @@ _cmd_account(gchar **args, struct cmd_help_t help) char *value = args[3]; if (!accounts_account_exists(account_name)) { - cons_show("Account %s doesn't exist"); + cons_show("Account %s doesn't exist", account_name); cons_show(""); } else { if (strcmp(property, "jid") == 0) { |