Fix invalid format string
[platform/core/multimedia/libmm-sound.git] / focus_server / mm_sound_mgr_focus_socket.c
index dabe22c..16a15ff 100644 (file)
@@ -328,7 +328,7 @@ static void* work_thread_func(void *data)
                        if (need_to_exit(read_data.func_name))
                                goto LEAVE;
                } else {
-                       debug_error("failed to read(), read size mismatched, rval(%d), expect size(%d)",
+                       debug_error("failed to read(), read size mismatched, rval(%d), expect size(%zu)",
                                                rval, sizeof(_mm_sound_focus_socket_param_t));
                        goto LEAVE;
                }