Skip to content

Commit

Permalink
Merge branch 'danielpaulus:main' into fix-for-garble
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Jan 22, 2025
2 parents 84074c6 + eb39dd8 commit 39ee38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/dtx_codec/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (g GlobalDispatcher) Dispatch(msg Message) {
"msg": logmsg[0],
"pid": msg.Auxiliary.GetArguments()[1],
"time": msg.Auxiliary.GetArguments()[2],
}).Info("outputReceived:fromProcess:atTime:")
}).Debug("outputReceived:fromProcess:atTime:")
}
return
}
Expand Down

0 comments on commit 39ee38f

Please sign in to comment.