summaryrefslogtreecommitdiffstats
path: root/polyp/dumpmodules.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/dumpmodules.c')
-rw-r--r--polyp/dumpmodules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/dumpmodules.c b/polyp/dumpmodules.c
index 1903fe00..1dc14edc 100644
--- a/polyp/dumpmodules.c
+++ b/polyp/dumpmodules.c
@@ -86,7 +86,7 @@ static int callback(const char *path, lt_ptr data) {
e = path;
if (strlen(e) > sizeof(PREFIX)-1 && !strncmp(e, PREFIX, sizeof(PREFIX)-1))
- show_info(e, path, c->verbose ? long_info : short_info);
+ show_info(e, path, c->log_level >= PA_LOG_INFO ? long_info : short_info);
return 0;
}