Skip to content
Snippets Groups Projects
Commit 0f057afc authored by Volker Richert's avatar Volker Richert
Browse files

lag MAC as HEX

parent d305afb6
Branches
Tags
No related merge requests found
...@@ -122,7 +122,8 @@ public class MedtronicCnlReader { ...@@ -122,7 +122,8 @@ public class MedtronicCnlReader {
this.getPumpSession().setLinkMAC(linkMAC); this.getPumpSession().setLinkMAC(linkMAC);
this.getPumpSession().setPumpMAC(pumpMAC); this.getPumpSession().setPumpMAC(pumpMAC);
Log.d(TAG, String.format("Finished requestReadInfo. linkMAC = '%d', pumpMAC = '%d", linkMAC, pumpMAC)); Log.d(TAG, String.format("Finished requestReadInfo. linkMAC = '%s', pumpMAC = '%s'",
Long.toHexString(linkMAC), Long.toHexString(pumpMAC)));
} }
public void requestLinkKey() throws IOException, TimeoutException, EncryptionException, ChecksumException, UnexpectedMessageException { public void requestLinkKey() throws IOException, TimeoutException, EncryptionException, ChecksumException, UnexpectedMessageException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment