mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Add function wlr_log_get_verbosity()
Returns the verbosity passed to wlr_log_init().
This commit is contained in:
parent
bf670b84c4
commit
e44ab5d584
2 changed files with 7 additions and 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue