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");
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");