mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix inaccurate log message
This commit is contained in:
@@ -485,8 +485,7 @@ void PluginSorter::AddGroupEdges() {
|
||||
if (EdgeCreatesCycle(parentVertex, vertex)) {
|
||||
if (logger_) {
|
||||
logger_->trace("Skipping edge from \"{}\" to \"{}\" as it would "
|
||||
"create a cycle and one or both plugins belongs to the default "
|
||||
"group.",
|
||||
"create a cycle.",
|
||||
graph_[parentVertex].GetName(),
|
||||
graph_[vertex].GetName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user