Fix inaccurate log message

This commit is contained in:
Oliver Hamlet
2018-03-19 20:55:09 +00:00
parent f8fbe2984f
commit ae081aff3b
+1 -2
View File
@@ -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());
}