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 | |
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')
-rw-r--r-- | runtime/staprun/ChangeLog | 2 | ||||
-rw-r--r-- | runtime/staprun/mainloop.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/staprun/ChangeLog b/runtime/staprun/ChangeLog index 84517bc8..d30551cd 100644 --- a/runtime/staprun/ChangeLog +++ b/runtime/staprun/ChangeLog @@ -1,5 +1,7 @@ 2007-05-22 Martin Hunt <hunt@redhat.com> + * mainloop.c (init_staprun): Change dbug() call. + * relay.c: Fix ppoll() call and some race conditions involving signals. 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; } |