mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 13:21:21 +02:00
Fixing up config message in the intent registrator.
Change-Id: I98bfc517e812f8cc81dcb58658822d5088853d4b
This commit is contained in:
parent
3354745389
commit
3debf50b27
@ -78,7 +78,7 @@ public class IntentConfigurableRegistrator {
|
|||||||
@Modified
|
@Modified
|
||||||
public void modified(ComponentContext context) {
|
public void modified(ComponentContext context) {
|
||||||
if (context == null) {
|
if (context == null) {
|
||||||
log.info("Default config");
|
log.info("Settings: useFlowObjectives={}", useFlowObjectives);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ public class IntentConfigurableRegistrator {
|
|||||||
if (useFlowObjectives != newFlowObjectives) {
|
if (useFlowObjectives != newFlowObjectives) {
|
||||||
useFlowObjectives = newFlowObjectives;
|
useFlowObjectives = newFlowObjectives;
|
||||||
changeCompilers();
|
changeCompilers();
|
||||||
log.info("Reconfigured use of flow objectives");
|
log.info("Settings: useFlowObjectives={}", useFlowObjectives);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user