From 575a339f5fcf46106ae43042a422c2c5327ed270 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 17 四月 2017 16:11:50 +0800
Subject: [PATCH] bugfix localip

---
 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