]> code.delx.au - pulseaudio/blobdiff - polyp/dumpmodules.c
* add first part of zeroconf publisher
[pulseaudio] / polyp / dumpmodules.c
index 1903fe005d1b3a9e45a6b31178f542214cf015cf..1dc14edc43ce4d625281a269a8ebadd89e12ff59 100644 (file)
@@ -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;
 }