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:
parent
4da322db3b
commit
c0e27f5e72
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user