From ae081aff3bc7f9ee6f0171c86b9fe0ffae5784eb Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 19 Mar 2018 20:55:09 +0000 Subject: [PATCH] Fix inaccurate log message --- src/api/sorting/plugin_sorter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/sorting/plugin_sorter.cpp b/src/api/sorting/plugin_sorter.cpp index f76ef093..033ab04a 100644 --- a/src/api/sorting/plugin_sorter.cpp +++ b/src/api/sorting/plugin_sorter.cpp @@ -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()); }