channel: fix REQ definition for msgpack-rpc logging

This commit is contained in:
Thiago de Arruda 2014-10-24 07:25:18 -03:00
parent 65942d3a8d
commit 3cacdae044

View File

@ -730,7 +730,7 @@ static WBuffer *serialize_response(uint64_t channel_id,
}
#if MIN_LOG_LEVEL <= DEBUG_LOG_LEVEL
#define REQ "[response] "
#define REQ "[request] "
#define RES "[response] "
#define NOT "[notification] "