From 8ee0c6b0d9b583ecc68387eeb8fcd458484cc0ac Mon Sep 17 00:00:00 2001
From: dupengyue <dupengyue@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 21 七月 2017 15:40:41 +0800
Subject: [PATCH] 调试接口添加
---
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