cpp/poppler-private.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 15d6519933256ffd1746eb6c7988def34228952e Author: Albert Astals Cid <[email protected]> Date: Mon Apr 30 15:09:26 2018 +0200 cpp: add a newline after the error line diff --git a/cpp/poppler-private.cpp b/cpp/poppler-private.cpp index 4de2256b..9f49fcfa 100644 --- a/cpp/poppler-private.cpp +++ b/cpp/poppler-private.cpp @@ -33,7 +33,7 @@ using namespace poppler; static void stderr_debug_function(const std::string &msg, void * /*data*/) { - std::cerr << "poppler/" << msg; + std::cerr << "poppler/" << msg << std::endl; } debug_func detail::user_debug_function = stderr_debug_function; _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
