Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2020-03-12 11:40:20 +0300
committerbubnikv <bubnikv@gmail.com>2020-03-12 11:42:25 +0300
commit84c9136e2d990b2079890b66fd88568f29dbf859 (patch)
treefe2af30374bd50f25668d8d2c0f75521eee0505a /src/slic3r
parentccbf5379abe907a2c15f06f64f1839fe47d67c3b (diff)
Fixed formatting error in preset update from the net.
Diffstat (limited to 'src/slic3r')
-rw-r--r--src/slic3r/Utils/PresetUpdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/Utils/PresetUpdater.cpp b/src/slic3r/Utils/PresetUpdater.cpp
index a28937e15..d7c2aea3a 100644
--- a/src/slic3r/Utils/PresetUpdater.cpp
+++ b/src/slic3r/Utils/PresetUpdater.cpp
@@ -394,7 +394,7 @@ Updates PresetUpdater::priv::get_config_updates(const Semver &old_slic3r_version
auto bundle_path_idx = vendor_path / idx.path().filename();
if (! fs::exists(bundle_path)) {
- BOOST_LOG_TRIVIAL(info) << "Confing bundle not installed for vendor %1%, skipping: " << idx.vendor();
+ BOOST_LOG_TRIVIAL(info) << boost::format("Confing bundle not installed for vendor %1%, skipping: ") % idx.vendor();
continue;
}