diff -r c3a0f1275d71 -r 51d9a15eac98 src/server/daemon/httprequest.c --- a/src/server/daemon/httprequest.c Wed Feb 10 12:19:56 2016 +0100 +++ b/src/server/daemon/httprequest.c Sat Oct 22 11:27:39 2016 +0200 @@ -293,7 +293,7 @@ if(ctlen_str) { int ctlen = atoi(ctlen_str); - printf("request body length: %d\n", ctlen); + //printf("request body length: %d\n", ctlen); netbuf *nb = request->netbuf; @@ -565,7 +565,7 @@ // add additional objects to the objset if(add_objects(objconf, objset, sn, rq, name, ppath) == REQ_ABORTED) { - fprintf(stderr, "add_objects failed\n"); + log_ereport(LOG_FAILURE, "add_objects failed"); return REQ_ABORTED; }