From 0560a8fce4c9d005655fce5025bc0fda8c58bff8 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期一, 02 十二月 2019 16:15:47 +0800
Subject: [PATCH] update

---
 csrc/ffmpeg/log/log.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/csrc/ffmpeg/log/log.cpp b/csrc/ffmpeg/log/log.cpp
index 626574e..3a3f5cb 100644
--- a/csrc/ffmpeg/log/log.cpp
+++ b/csrc/ffmpeg/log/log.cpp
@@ -87,6 +87,7 @@
             std::string lc(temp);
             lc = "LIB-libcffmpeg.so-> " + lc;
             spdlog::get(log_name)->error(lc);
+            spdlog::get(log_name)->flush();
         }else{
             printf("%s\n", temp);
         }

--
Gitblit v1.8.0