Home
last modified time | relevance | path

Searched refs:MCLOG (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_memcached_connection.cc51 MCLOG(INFO, mconn) << "Time out"; in timeoutcb()
167 MCLOG(WARN, this) << "socket() failed; errno=" << error; in initiate_connection()
176 MCLOG(WARN, this) << "connect() failed; errno=" << error; in initiate_connection()
199 MCLOG(INFO, this) << "Connecting to memcached server"; in initiate_connection()
216 MCLOG(WARN, this) << "memcached connect failed; addr=" in connected()
228 MCLOG(INFO, this) << "connected to memcached server"; in connected()
436 MCLOG(WARN, this) in parse_packet()
444 MCLOG(WARN, this) << "Response has bad magic: " in parse_packet()
467 MCLOG(WARN, this) in parse_packet()
475 MCLOG(WARN, this) << "zero length keylen expected: got " in parse_packet()
[all …]
Dshrpx_log.h83 #define MCLOG(SEVERITY, MCONN) \ macro