Skip to content

Commit

Permalink
Update config_utilities/src/external_registry.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Schmid <[email protected]>
  • Loading branch information
nathanhhughes and Schmluk authored Aug 9, 2024
1 parent dee72b0 commit 480b906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_utilities/src/external_registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ LibraryGuard ExternalRegistry::load(const std::filesystem::path& library_path) {
}

if (Settings::instance().verbose_external_load) {
Logger::logInfo("Loading external library: " + library_path.string());
Logger::logInfo("Loading external library '" + library_path.string()) + "'.";
}

// this sets the global registry to do two things:
Expand Down

0 comments on commit 480b906

Please sign in to comment.