summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/voice_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c
index fdf61afc6d..7b5bba20e7 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -255,7 +255,7 @@ static void voice_message(struct voice_thread_data *td)
return;
case Q_VOICE_STOP:
- LOGFQUEUE("voice < Q_VOICE_STOP: %d", ev.data);
+ LOGFQUEUE("voice < Q_VOICE_STOP: %ld", td->ev.data);
if (td->ev.data != 0 && !playback_is_playing())
{