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

more debugging output

parent 0d3cf0df
Branches eris-coupling
No related tags found
No related merge requests found
...@@ -393,6 +393,7 @@ public class ERISConnector { ...@@ -393,6 +393,7 @@ public class ERISConnector {
configHasChanged = true; configHasChanged = true;
break; break;
} }
logger.debug(" Config change detector: Additional attributes have been added: {}", configHasChanged);
if (!configHasChanged) { if (!configHasChanged) {
outer: outer:
for (ERISLPConfiguration oldConfig : livingPartition.getConfigurations()) { for (ERISLPConfiguration oldConfig : livingPartition.getConfigurations()) {
...@@ -416,6 +417,7 @@ public class ERISConnector { ...@@ -416,6 +417,7 @@ public class ERISConnector {
configHasChanged = true; configHasChanged = true;
break; 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