Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Feb 11, 2024
1 parent edd5d06 commit 96bc139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ export class Runtime {
* @returns result of the redirected DATEX
*/
static redirectDatex(datex:ArrayBuffer, header:dxb_header, wait_for_result=true, socket?:CommunicationInterfaceSocket):Promise<any> {
logger.debug("redirect " + (ProtocolDataType[header.type]) + " " + header.sid + " > " + Runtime.valueToDatexString(header.routing.receivers) + ", ttl="+ (header.routing?.ttl));
logger.debug("redirect " + (ProtocolDataType[header.type]) + " " + header.sid + " " + header.sender + " > " + Runtime.valueToDatexString(header.routing.receivers) + ", ttl="+ (header.routing?.ttl));
return this.datexOut(datex, header.routing.receivers, header.sid, wait_for_result, undefined, undefined, undefined, undefined, socket);
}

Expand Down

0 comments on commit 96bc139

Please sign in to comment.