summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/mm_radio_priv.c3
-rw-r--r--src/mm_radio_priv_emulator.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/mm_radio_priv.c b/src/mm_radio_priv.c
index b2fc1d2..17a30a3 100755
--- a/src/mm_radio_priv.c
+++ b/src/mm_radio_priv.c
@@ -609,8 +609,7 @@ int _mmradio_set_message_callback(mm_radio_t *radio, MMMessageCallback callback,
radio->msg_cb = callback;
radio->msg_cb_param = user_param;
- MMRADIO_LOG_DEBUG("msg_cb : 0x%x msg_cb_param : 0x%x\n",
- (unsigned int)callback, (unsigned int)user_param);
+ MMRADIO_LOG_DEBUG("msg_cb : 0x%x msg_cb_param : 0x%x\n", callback, user_param);
MMRADIO_LOG_FLEAVE();
diff --git a/src/mm_radio_priv_emulator.c b/src/mm_radio_priv_emulator.c
index 1c2c876..39d083f 100644
--- a/src/mm_radio_priv_emulator.c
+++ b/src/mm_radio_priv_emulator.c
@@ -569,7 +569,7 @@ int _mmradio_set_message_callback(mm_radio_t * radio, MMMessageCallback callback
radio->msg_cb = callback;
radio->msg_cb_param = user_param;
- MMRADIO_LOG_DEBUG("msg_cb : 0x%x msg_cb_param : 0x%x\n", (unsigned int)callback, (unsigned int)user_param);
+ MMRADIO_LOG_DEBUG("msg_cb : 0x%x msg_cb_param : 0x%x\n", callback, user_param);
MMRADIO_LOG_FLEAVE();