e_video_hwc: fix build break 55/209555/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 9 Jul 2019 00:14:21 +0000 (09:14 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 9 Jul 2019 00:14:21 +0000 (09:14 +0900)
Change-Id: I5efef1775769ee0accb40ed8e0567fd95f846f83

src/bin/video/iface/e_video_hwc.c

index d96685b56adb4e0085e3250e8117fde7644f16a6..b4aa28a45bb81406bf96b28380a246421383bd95 100644 (file)
@@ -1647,7 +1647,7 @@ _e_video_hwc_create(E_Client *ec)
    output = e_output_find(ec->zone->output_id);
    if (!output)
      {
-        VER("Failed to find 'E_Output': id %d", ec, ec->zone->output_id);
+        VER("Failed to find 'E_Output': id %s", ec, ec->zone->output_id);
         return NULL;
      }