Skip to content

Commit

Permalink
Merge pull request #37 from SoftwareAG/feature-new-samples
Browse files Browse the repository at this point in the history
fixed bug
  • Loading branch information
sagIoTPower committed May 14, 2024
2 parents 50a319a + ef965f8 commit fef4936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/blocks/EnhancedHttpOutputBlock.mon
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ event HTTPHandler
TimerParams tp := TimerParams.relative(0.01).withPayload(res).withPartition(deviceId);
base.createTimerWith(tp);

log "Called handleResponse: " device + "/" + res.payload.data.toString() at INFO;
log "Called handleResponse: " deviceId + "/" + res.payload.data.toString() at INFO;
if not res.isSuccess() {
log "Unable to connect " +host+". Error code: " + res.statusMessage at WARN;
}
Expand Down

0 comments on commit fef4936

Please sign in to comment.