projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b880ce
)
e_hwc_windows: change some logs
87/190387/3
author
SooChan Lim
<sc1.lim@samsung.com>
Mon, 1 Oct 2018 09:41:52 +0000
(18:41 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Mon, 1 Oct 2018 11:24:56 +0000
(11:24 +0000)
Change-Id: I56ff4674dcf6a6cbb53034b8f23bd83e79d5115c
src/bin/e_hwc_windows.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_windows.c
b/src/bin/e_hwc_windows.c
index 10c280f0faef90b03a6f52396157855f66877ab9..1a9e355866e01ac76eae61b5a372c162a51c697c 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-1677,7
+1677,7
@@
e_hwc_windows_commit(E_Hwc *hwc)
if (!_e_hwc_windows_aquire_commit_data(hwc))
return EINA_TRUE;
- EHWSTRACE("!!!!!!!!
Output
Commit !!!!!!!!", NULL);
+ EHWSTRACE("!!!!!!!!
HWC
Commit !!!!!!!!", NULL);
if (output->zoom_set)
{
@@
-1694,7
+1694,7
@@
e_hwc_windows_commit(E_Hwc *hwc)
error = tdm_hwc_commit(hwc->thwc, 0, _e_hwc_windows_commit_handler, hwc);
if (error != TDM_ERROR_NONE)
{
- ERR("tdm_
output
_commit failed.");
+ ERR("tdm_
hwc
_commit failed.");
_e_hwc_windows_commit_handler(hwc->thwc, 0, 0, 0, hwc);
goto fail;
}