mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Minor debug message improvement
This commit is contained in:
@@ -355,8 +355,8 @@ void PluginSorter::AddHardcodedPluginEdges(Game& game) {
|
||||
if (!pluginVertex.has_value()) {
|
||||
if (logger_) {
|
||||
logger_->trace(
|
||||
"Skipping adding hardcoded plugin edges for \"{}\" as it is not "
|
||||
"installed.",
|
||||
"Skipping adding hardcoded plugin edges for \"{}\" as it has not "
|
||||
"been loaded.",
|
||||
plugin);
|
||||
}
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user