clean error msg functions
[ust.git] / libust / tracectl.c
index b32b501ea9683692bbe7fb82d36b1053790b4c61..abd796203d19e0c0d098b6ea5f5302a77f1ad56a 100644 (file)
@@ -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;
 //                     }
 //
This page took 0.023826 seconds and 4 git commands to generate.