X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftestclient%2Fmain.cpp;h=8ca3faafe05ab892f14283a56e8ea37a2711bebc;hb=1d3ca3def5ca5f6e53ef02b3ce311e27ea9da93f;hp=b13f446860c2b743e4d36c06e99f82a75c5cf6a1;hpb=a04fbe344dee8f1ae56ad0a04d2f6ebab8f5ee24;p=deb_libcec.git diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index b13f446..8ca3faa 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -115,6 +115,9 @@ void flush_log(ICECAdapter *cecParser) case CEC_LOG_NOTICE: cout << "NOTICE: "; break; + case CEC_LOG_TRAFFIC: + cout << "TRAFFIC: "; + break; case CEC_LOG_DEBUG: cout << "DEBUG: "; break;