优化日志

This commit is contained in:
xiongziliang
2018-04-09 11:33:19 +08:00
parent 9fe6587bd3
commit 6a9bc8aca5
8 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ int main(int argc, char *argv[]){
Logger::Instance().setWriter(std::make_shared<AsyncLogWriter>());
if(argc != 3){
FatalL << "\r\n测试方法:./test_player rtxp_url rtp_type\r\n"
ErrorL << "\r\n测试方法:./test_player rtxp_url rtp_type\r\n"
<< "例如:./test_player rtsp://admin:123456@127.0.0.1/live/0 0\r\n"
<<endl;
Logger::Destory();