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

Fix formatting

This commit is contained in:
Michael Vetter 2022-06-22 13:10:42 +02:00
parent 4da322db3b
commit c0e27f5e72

View File

@ -2020,7 +2020,7 @@ cons_log_setting(void)
cons_show("Shared log (/log shared) : OFF");
log_level_t filter = log_get_filter();
const gchar *level = log_string_from_level(filter);
const gchar* level = log_string_from_level(filter);
cons_show("Log level (/log level) : %s", level);
}