goto end_rep;
}
else if(!strcmp(received_msg, "NOTFOUND")) {
- WARN("For buffer %s, the trace was not found. This likely means it was destroyed by the user.", buf->name);
+ DBG("For buffer %s, the trace was not found. This likely means it was destroyed by the user.", buf->name);
retval = GET_SUBBUF_DONE;
goto end_rep;
}
retval = PUT_SUBBUF_OK;
}
else if(!strcmp(received_msg, "NOTFOUND")) {
- WARN("For buffer %s, the trace was not found. This likely means it was destroyed by the user.", buf->name);
+ DBG("For buffer %s, the trace was not found. This likely means it was destroyed by the user.", buf->name);
/* However, maybe this was not the last subbuffer. So
* we return the program died.
*/
break;
}
else if(result == PUT_SUBBUF_DIED) {
- WARN("application died while putting subbuffer");
+ DBG("application died while putting subbuffer");
/* Skip the first subbuffer. We are not sure it is trustable
* because the put_subbuffer() did not complete.
*/