mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-07 16:11:43 +00:00
cleanup: adding port info and timing to debug message
BRANCH=none TEST=none BUG=none Change-Id: I5639be21b285beef61e939f1c70c5ab5a14ade7e Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/900305 Reviewed-by: Edward Hill <ecgh@chromium.org>
This commit is contained in:
@@ -621,7 +621,7 @@ static int send_source_cap(int port)
|
||||
|
||||
bit_len = pd_transmit(port, TCPC_TX_SOP, header, src_pdo);
|
||||
if (debug_level >= 2)
|
||||
CPRINTF("srcCAP>%d\n", bit_len);
|
||||
CPRINTS("C%d srcCAP>%d", port, bit_len);
|
||||
|
||||
return bit_len;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user