hwc: change the log 13/201713/3
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 19 Mar 2019 04:57:28 +0000 (13:57 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 19 Mar 2019 07:09:08 +0000 (07:09 +0000)
Change-Id: I9a6293cdb9b0204f4d739e3a06e00d687685dc70

src/tdm_exynos_hwc.c

index 2b9ae124cc8bbb5a0a5d17107a198fc85c7e02aa..9222aebbb3b9ba109fa2fc02d9b4c078ca71f94d 100644 (file)
@@ -49,7 +49,7 @@ _print_validate_result(tdm_exynos_hwc_data *hwc_data, tdm_hwc_window **composite
                hwc_window_data = composited_wnds[i];
                switch (hwc_window_data->validated_type) {
                case TDM_HWC_WIN_COMPOSITION_CLIENT:
-                       TDM_DBG(" window:%p %s -> %s : lzpos(%d) -- {%s} on TARGET WINDOW", hwc_window_data,
+                       TDM_DBG(" window(%p) %s -> %s : lzpos(%d) -- {%s} on TARGET WINDOW", hwc_window_data,
                                        _comp_to_str(hwc_window_data->client_type),
                                        _comp_to_str(hwc_window_data->validated_type),
                                        hwc_data->target_hwc_window->lzpos,
@@ -59,7 +59,7 @@ _print_validate_result(tdm_exynos_hwc_data *hwc_data, tdm_hwc_window **composite
                case TDM_HWC_WIN_COMPOSITION_VIDEO:
                case TDM_HWC_WIN_COMPOSITION_CURSOR:
                case TDM_HWC_WIN_COMPOSITION_NONE:
-                       TDM_DBG(" window:%p %s -> %s : lzpos(%d) -- {%s}", hwc_window_data,
+                       TDM_DBG(" window(%p) %s -> %s : lzpos(%d) -- {%s}", hwc_window_data,
                                        _comp_to_str(hwc_window_data->client_type),
                                        _comp_to_str(hwc_window_data->validated_type),
                                        hwc_window_data->lzpos,