Skip to content

Commit

Permalink
Fix log in DDI Root Controler (#1632)
Browse files Browse the repository at this point in the history
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
  • Loading branch information
avgustinmm committed Feb 9, 2024
1 parent 8fb6d1a commit 0c14e6e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -282,7 +282,7 @@ public ResponseEntity<DdiDeploymentBase> getControllerDeploymentBaseAction(
@PathVariable("actionId") final Long actionId,
@RequestParam(value = "c", required = false, defaultValue = "-1") final int resource,
@RequestParam(value = "actionHistory", defaultValue = DdiRestConstants.NO_ACTION_HISTORY) final Integer actionHistoryMessageCount) {
log.debug("getControllerBasedeploymentAction({},{})", controllerId, resource);
log.debug("getControllerDeploymentBaseAction({},{})", controllerId, resource);

final Target target = findTarget(controllerId);
final Action action = findActionForTarget(actionId, target);
Expand Down

0 comments on commit 0c14e6e

Please sign in to comment.