Kouhei Sutou
null+****@clear*****
Tue Oct 28 17:29:55 JST 2014
Kouhei Sutou 2014-10-28 17:29:55 +0900 (Tue, 28 Oct 2014) New Revision: 6f5853228e81b19ec82d751b850d1dd4686b9fa5 https://github.com/groonga/groonga/commit/6f5853228e81b19ec82d751b850d1dd4686b9fa5 Message: Fold a long line Modified files: lib/com.c Modified: lib/com.c (+8 -1) =================================================================== --- lib/com.c 2014-10-28 17:29:00 +0900 (8a0b7d1) +++ lib/com.c 2014-10-28 17:29:55 +0900 (8e4cd63) @@ -858,7 +858,14 @@ grn_com_recv(grn_ctx *ctx, grn_com *com, grn_com_header *header, grn_obj *buf) } } } while (rest); - GRN_LOG(ctx, GRN_LOG_INFO, "recv (%lu,%x,%d,%02x,%02x,%04x)", ntohl(header->size), header->flags, header->proto, header->qtype, header->level, header->status); + GRN_LOG(ctx, GRN_LOG_INFO, + "recv (%lu,%x,%d,%02x,%02x,%04x)", + ntohl(header->size), + header->flags, + header->proto, + header->qtype, + header->level, + header->status); { uint8_t proto = header->proto; size_t value_size = ntohl(header->size); -------------- next part -------------- HTML����������������������������...Download