1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-29 01:58:26 +00:00

Change debug message level

This commit is contained in:
Brenden Matthews 2024-05-02 08:13:25 -04:00
parent d6a6aadc5c
commit 1352c28d1b

View File

@ -23,6 +23,6 @@ class color_name_hash {
};
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;
}