完善日志

This commit is contained in:
xiongziliang 2020-04-23 15:43:22 +08:00
parent 2e3cee09bb
commit b2e324efdc

View File

@ -295,7 +295,7 @@ void RtpProcess::onDecode(int stream,int codecid,int flags,int64_t pts,int64_t d
}
default:
if(codecid != 0){
WarnL << "unsupported codec type:" << getCodecName(codecid);
WarnL << "unsupported codec type:" << getCodecName(codecid) << " " << (int)codecid;
}
return;
}