1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

cmd_funcs.c: Remove not needed variable

This commit is contained in:
Michael Vetter 2020-07-02 15:00:52 +02:00
parent f8ff93234e
commit a0e1dfbb87

View File

@ -6377,8 +6377,7 @@ cmd_log(ProfWin *window, const char *const command, gchar **args)
}
if (strcmp(subcmd, "where") == 0) {
const char *logfile = get_log_file_location();
cons_show("Log file: %s", logfile);
cons_show("Log file: %s", get_log_file_location());
return TRUE;
}