diff options
author | hunt <hunt> | 2007-05-22 18:13:59 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-05-22 18:13:59 +0000 |
commit | 8481268af13a73d7cc1b6d3eb64e32d15e0992bd (patch) | |
tree | be3f17ff5518ee117db153d26d13b702ca857062 /runtime/staprun/mainloop.c | |
parent | 1e17f6a2cc22a1d1a1021399ea7480cd057d0358 (diff) | |
download | systemtap-steved-8481268af13a73d7cc1b6d3eb64e32d15e0992bd.tar.gz systemtap-steved-8481268af13a73d7cc1b6d3eb64e32d15e0992bd.tar.xz systemtap-steved-8481268af13a73d7cc1b6d3eb64e32d15e0992bd.zip |
2007-05-22 Martin Hunt <hunt@redhat.com>
* mainloop.c (init_staprun): Change dbug() call.
Diffstat (limited to 'runtime/staprun/mainloop.c')
-rw-r--r-- | runtime/staprun/mainloop.c | 2 |
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; } |