X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2Ftracectl.c;h=abd796203d19e0c0d098b6ea5f5302a77f1ad56a;hb=27ac60757bacb8a0cdc9c1a73400b36f50689730;hp=b32b501ea9683692bbe7fb82d36b1053790b4c61;hpb=872037bb1437ab961f97834a624eb2d9b0706ab2;p=lttng-ust.git diff --git a/libust/tracectl.c b/libust/tracectl.c index b32b501e..abd79620 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -347,7 +347,7 @@ void *listener_main(void *p) ltt_unlock_traces(); if(trace == NULL) { - CPRINTF("cannot find trace!"); + ERR("cannot find trace!"); return (void *)1; } @@ -395,7 +395,7 @@ void *listener_main(void *p) ltt_unlock_traces(); if(trace == NULL) { - CPRINTF("cannot find trace!"); + ERR("cannot find trace!"); return (void *)1; } @@ -439,7 +439,7 @@ void *listener_main(void *p) ltt_unlock_traces(); if(trace == NULL) { - CPRINTF("cannot find trace!"); + ERR("cannot find trace!"); return (void *)1; } @@ -490,7 +490,7 @@ void *listener_main(void *p) ltt_unlock_traces(); if(trace == NULL) { - CPRINTF("cannot find trace!"); + ERR("cannot find trace!"); return (void *)1; } @@ -556,7 +556,7 @@ void *listener_main(void *p) ltt_unlock_traces(); if(trace == NULL) { - CPRINTF("cannot find trace!"); + ERR("cannot find trace!"); return (void *)1; } @@ -649,7 +649,7 @@ void *listener_main(void *p) // ltt_unlock_traces(); // // if(trace == NULL) { -// CPRINTF("cannot find trace!"); +// ERR("cannot find trace!"); // return (void *)1; // } //