mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-11 08:28:30 +00:00
Change debug message level
This commit is contained in:
parent
d6a6aadc5c
commit
1352c28d1b
@ -23,6 +23,6 @@ class color_name_hash {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const struct rgb *color_name_hash::in_word_set(const char *str, size_t len) {
|
const struct rgb *color_name_hash::in_word_set(const char *str, size_t len) {
|
||||||
DBGP("color parsing not supported");
|
DBGP2("color parsing not supported");
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user