X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Ftracectl.c;h=5d06f28264a18d4c69b991afbfd25f32700c4a90;hb=753e1b51796c2233b6ddecdf751400f9b2cddc9f;hp=e40a905d5f6bb5b6fa6e4909005e65acb5c55d00;hpb=78cc99db4b302f5cbf2f9fb5fdf49d886ef5926f;p=ust.git diff --git a/libust/tracectl.c b/libust/tracectl.c index e40a905..5d06f28 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -654,7 +654,7 @@ static int do_cmd_get_subbuffer(const char *recvbuf, struct ustcomm_source *src) if(trace == NULL) { int result; - WARN("Cannot find trace. It was likely destroyed by the user."); + DBG("Cannot find trace. It was likely destroyed by the user."); result = ustcomm_send_reply(&ustcomm_app.server, "NOTFOUND", src); if(result) { ERR("ustcomm_send_reply failed"); @@ -761,7 +761,7 @@ static int do_cmd_put_subbuffer(const char *recvbuf, struct ustcomm_source *src) trace = _ltt_trace_find(trace_name); if(trace == NULL) { - WARN("Cannot find trace. It was likely destroyed by the user."); + DBG("Cannot find trace. It was likely destroyed by the user."); result = ustcomm_send_reply(&ustcomm_app.server, "NOTFOUND", src); if(result) { ERR("ustcomm_send_reply failed");