(profile, endpoint string)
| 1729 | } |
| 1730 | |
| 1731 | func (bh *blipHandler) logEndpointEntry(profile, endpoint string) { |
| 1732 | base.InfofCtx(bh.loggingCtx, base.KeySyncMsg, "#%d: Type:%s %s", bh.serialNumber, profile, endpoint) |
| 1733 | } |
| 1734 | |
| 1735 | // GetHLVFromRevMessage extracts the full HLV from a rev message. This will fail the test if the message does not contain a valid HLV. |
| 1736 | // |
no test coverage detected