Skip to content

Commit

Permalink
fix(server): Fix build problem when debug logging is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Sep 29, 2024
1 parent 643697b commit db2da5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/ua_subscription_datachange.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ UA_MonitoredItem_processSampledValue(UA_Server *server, UA_MonitoredItem *mon,
/* Has the value changed (with the filters applied)? */
UA_Boolean changed = detectValueChange(server, mon, value);
if(!changed) {
UA_LOG_DEBUG_SUBSCRIPTION(server->config.logging, sub,
UA_LOG_DEBUG_SUBSCRIPTION(server->config.logging, mon->subscription,
"MonitoredItem %" PRIi32 " | "
"The value has not changed", mon->monitoredItemId);
UA_DataValue_clear(value);
Expand Down

0 comments on commit db2da5c

Please sign in to comment.