mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Fixed formatting error in preset update from the net.
This commit is contained in:
parent
ccbf5379ab
commit
84c9136e2d
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ Updates PresetUpdater::priv::get_config_updates(const Semver &old_slic3r_version
|
||||||
auto bundle_path_idx = vendor_path / idx.path().filename();
|
auto bundle_path_idx = vendor_path / idx.path().filename();
|
||||||
|
|
||||||
if (! fs::exists(bundle_path)) {
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue