summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/mainloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/staprun/mainloop.c')
-rw-r--r--runtime/staprun/mainloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/mainloop.c b/runtime/staprun/mainloop.c
index 02a9447a..ded4325d 100644
--- a/runtime/staprun/mainloop.c
+++ b/runtime/staprun/mainloop.c
@@ -206,7 +206,7 @@ int init_staprun(void)
int pid;
if (system(VERSION_CMD)) {
- dbug(1, "Using OLD TRANSPORT\n");
+ dbug(2, "Using OLD TRANSPORT\n");
use_old_transport = 1;
}