summaryrefslogtreecommitdiff
path: root/libhfp/rfcomm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libhfp/rfcomm.cpp')
-rw-r--r--libhfp/rfcomm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhfp/rfcomm.cpp b/libhfp/rfcomm.cpp
index 0a6b5c8..e70d354 100644
--- a/libhfp/rfcomm.cpp
+++ b/libhfp/rfcomm.cpp
@@ -960,7 +960,7 @@ RfcommSend(const uint8_t *buf, size_t len, ErrorInfo *error)
GetDi()->LogWarn(&local_error,
LIBHFP_ERROR_SUBSYS_BT,
LIBHFP_ERROR_BT_SYSCALL,
- "Short write: expected:%d sent:%d",
+ "Short write: expected:%zd sent:%zd",
len, rl);
if (error)
*error = local_error;