Skip to content
Snippets Groups Projects
Commit 5f67c79a authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

edited logger output

parent 204e6bf7
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ class ExecutionInstantiation {
colors.put(threadableStage, i);
createdConnections = colorAndConnectStages(i, colors, threadableStage, configuration);
}
LOGGER.debug("Created " + createdConnections + "connections");
LOGGER.debug("Created " + createdConnections + " connections");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment