Skip to content

Commit

Permalink
Enhance a log message
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo committed Oct 16, 2024
1 parent 93df8c5 commit c89f959
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ private List<Output> getOutputsFromAction(Method method) {
} catch (IllegalArgumentException e) {
// we have an input without a supported type, so hide the Thing action
visibility = Visibility.HIDDEN;
logger.debug("Thing action {} has an input with an unsupported type, hiding it in the UI.", uid);
logger.debug("{} Thing action {} has an input with an unsupported type, hiding it in the UI.",
e.getMessage(), uid);
}
}

Expand Down

0 comments on commit c89f959

Please sign in to comment.