mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Refactor info message
This commit is contained in:
@@ -298,7 +298,7 @@ TargetBrowserPair* SkyBrowserModule::getPair(const std::string& id) const {
|
||||
);
|
||||
TargetBrowserPair* found = it != _targetsBrowsers.end() ? it->get() : nullptr;
|
||||
if (found == nullptr) {
|
||||
LINFO("Identifier " + id + " not found.");
|
||||
LINFO(fmt::format("Identifier '{}' not found", id));
|
||||
}
|
||||
return found;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user