From 4101a19a8f119fd4d5408efcfd9db6e90c82ac0c Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 19 四月 2017 11:22:03 +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