diff options
Diffstat (limited to 'util/log.c')
-rw-r--r-- | util/log.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -85,3 +85,7 @@ const char *_wlr_strip_path(const char *filepath) { } return filepath; } + +enum wlr_log_importance wlr_log_get_verbosity(void) { + return log_importance; +} |