From c7caa54d8d58af6159f2c758ad5d6687d461a333 Mon Sep 17 00:00:00 2001
From: sujinwen <sujinwen@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 25 七月 2017 10:53:23 +0800
Subject: [PATCH] 

---
 RtspFace/PipeLinePool.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RtspFace/PipeLinePool.cpp b/RtspFace/PipeLinePool.cpp
index cba5a1b..d003a48 100644
--- a/RtspFace/PipeLinePool.cpp
+++ b/RtspFace/PipeLinePool.cpp
@@ -6,7 +6,7 @@
 	int ret = pthread_mutex_lock((pthread_mutex_t*)mut); \
 	if(ret != 0) \
 	{ \
-		LOG_ERROR << "pthread_mutex_lock " << #mut <<  ": " << ret; \
+		LOG_ERROR << "pthread_mutex_lock " << #mut <<  ": " << ret << std::endl; \
 		return _ret; \
 	} \
 }
@@ -15,7 +15,7 @@
 	int ret = pthread_mutex_unlock((pthread_mutex_t*)mut); \
 	if(ret != 0) \
 	{ \
-		LOG_ERROR << "pthread_mutex_unlock " << #mut <<  ": " << ret; \
+		LOG_ERROR << "pthread_mutex_unlock " << #mut <<  ": " << ret << std::endl; \
 		return _ret; \
 	} \
 }

--
Gitblit v1.8.0