summaryrefslogtreecommitdiff
path: root/tizen-audio-pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tizen-audio-pcm.c')
-rw-r--r--tizen-audio-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tizen-audio-pcm.c b/tizen-audio-pcm.c
index b18ad7e..c12c196 100644
--- a/tizen-audio-pcm.c
+++ b/tizen-audio-pcm.c
@@ -62,7 +62,7 @@ audio_return_t audio_pcm_open(void *audio_handle, const char *card, const char *
ah = (audio_hal_t*)audio_handle;
ah->device.pcm_count++;
- AUDIO_LOG_INFO("Opening PCM handle 0x%x", (unsigned int)*pcm_handle);
+ AUDIO_LOG_INFO("Opening PCM handle %p", *pcm_handle);
return AUDIO_RET_OK;
}