Replaced some DBG_LIB with more specific groups.
This commit is contained in:
@@ -244,7 +244,7 @@ static void print_plugins()
|
||||
len += snprintf(&buf[len], BUF_LEN-len, "%s ", plugin);
|
||||
}
|
||||
enumerator->destroy(enumerator);
|
||||
DBG1(DBG_LIB, "loaded plugins: %s", buf);
|
||||
DBG1(DBG_DMN, "loaded plugins: %s", buf);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
||||
Reference in New Issue
Block a user