Skip to content

Commit 6035680

Browse files
author
Burak Serdar
committed
Add options to controller configuration
1 parent 0cdf908 commit 6035680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/com/redhat/lightblue/config/ControllerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void initializeFromJson(JsonNode node) {
125125
}
126126
extensions = (ObjectNode) node.get("extensions");
127127
options = (ObjectNode) node.get("options");
128-
LOGGER.debug("Initialized: source={} backend={} controllerFactory={} extensions={} options", node, backend, controllerFactory, extensions,options);
128+
LOGGER.debug("Initialized: source={} backend={} controllerFactory={} extensions={} options={}", node, backend, controllerFactory, extensions,options);
129129
}
130130
} catch (Exception e) {
131131
throw new RuntimeException(e);

0 commit comments

Comments
 (0)