From d7364900dd3e91a43156ad4e4b7df2ecf38aa1bd Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Fri, 17 Mar 2023 21:20:54 +0800 Subject: [PATCH] ENH: log: reduce the status log level to reduce log under cli Change-Id: I7ab839ce02c22fb48c32b52184649fb951efbe95 (cherry picked from commit 2f1f2bedaf5420ceda3d2f29b7e44a1cc863ccac) --- src/libslic3r/PrintBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintBase.cpp b/src/libslic3r/PrintBase.cpp index 5a330fabd..4965e1e50 100644 --- a/src/libslic3r/PrintBase.cpp +++ b/src/libslic3r/PrintBase.cpp @@ -107,7 +107,7 @@ void PrintBase::set_status(int percent, const std::string &message, unsigned in if (m_status_callback) m_status_callback(SlicingStatus(percent, message, flags, warning_step)); else - BOOST_LOG_TRIVIAL(info) <