Skip to content

Commit

Permalink
server: Lowers the verbosity of a low-necessity trace
Browse files Browse the repository at this point in the history
  • Loading branch information
jfsmig authored and fvennetier committed Aug 29, 2018
1 parent 2399347 commit d103d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/transport_gridd.c
Expand Up @@ -578,7 +578,7 @@ _client_call_handler(struct req_ctx_s *req_ctx)
}
void _send_reply(gint code, gchar *msg) {
EXTRA_ASSERT(!req_ctx->final_sent);
GRID_DEBUG("fd=%d REPLY code=%d message=%s", req_ctx->client->fd, code, msg);
GRID_TRACE("fd=%d REPLY code=%d message=%s", req_ctx->client->fd, code, msg);

MESSAGE answer = metaXServer_reply_simple(req_ctx->request, code, msg);
if (body) {
Expand Down

0 comments on commit d103d17

Please sign in to comment.