From 0688756b71b40e0ac60c68af2fa1fe4aaeb1718d Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期一, 13 二月 2017 16:27:41 +0800 Subject: [PATCH] replace log to support android --- RtspFace/PL_Fork.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RtspFace/PL_Fork.cpp b/RtspFace/PL_Fork.cpp index 627a857..91af5a9 100644 --- a/RtspFace/PL_Fork.cpp +++ b/RtspFace/PL_Fork.cpp @@ -64,7 +64,7 @@ if (args == nullptr) { - LOG_ERROR << "Config should give"; + LOG_ERROR << "Config should give" << std::endl; return false; } @@ -103,13 +103,13 @@ if (this->pl != nullptr) { - LOG_ERROR << "Has areadly attached pipe line"; + LOG_ERROR << "Has areadly attached pipe line" << std::endl; return; } if (pl == nullptr) { - LOG_NOTICE << "Detach pipe line"; + LOG_NOTICE << "Detach pipe line" << std::endl; this->pl->remove_elem(this); this->pl = nullptr; return; -- Gitblit v1.8.0