Skip to content
Snippets Groups Projects
Commit 03b7ee51 authored by Johannes Mey's avatar Johannes Mey
Browse files

more debugging output

parent 0d3cf0df
No related branches found
No related tags found
No related merge requests found
......@@ -393,6 +393,7 @@ public class ERISConnector {
configHasChanged = true;
break;
}
logger.debug(" Config change detector: Additional attributes have been added: {}", configHasChanged);
if (!configHasChanged) {
outer:
for (ERISLPConfiguration oldConfig : livingPartition.getConfigurations()) {
......@@ -416,6 +417,7 @@ public class ERISConnector {
configHasChanged = true;
break;
}
logger.debug(" Config change detector: Attributes have been removed: {}", configHasChanged);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment