aboutsummaryrefslogtreecommitdiff
path: root/libjackx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libjackx.c')
-rw-r--r--libjackx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjackx.c b/libjackx.c
index f576e83..3f86f20 100644
--- a/libjackx.c
+++ b/libjackx.c
@@ -35,7 +35,7 @@ jack_client_t * jackx_get_jack_client()
}
if (status) {
if (status & JackServerStarted) {
- logpost(NULL, 4, "jackx: started server");
+ verbose(1, "jackx: started server");
} else {
error("jackx: server returned status %d", status);
}