aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-01-22 11:31:07 +0000
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-01-22 11:31:07 +0000
commitb93d7aeb23ba305918e7ceeba21216aa5863f619 (patch)
treecac76c94805632b6499d1c8162e59d8483c4e4aa
parentf217f7e0b359657b0552ea7294df4c2684ba65a9 (diff)
downloadenlightenment-b93d7aeb23ba305918e7ceeba21216aa5863f619.tar.gz
enlightenment-b93d7aeb23ba305918e7ceeba21216aa5863f619.tar.xz
enlightenment-b93d7aeb23ba305918e7ceeba21216aa5863f619.zip
change a couple comp DBGs to WRN
SVN revision: 83075
-rw-r--r--src/bin/e_comp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 278709219..65e8cf08c 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -838,7 +838,7 @@ _e_comp_win_update(E_Comp_Win *cw)
w = r[i].w; h = r[i].h;
if (!ecore_x_image_get(cw->xim, cw->pixmap, x, y, x, y, w, h))
{
- DBG("UPDATE [0x%x] %i %i %ix%i FAIL!!!!!!!!!!!!!!!!!", cw->win, x, y, w, h);
+ WRN("UPDATE [0x%x] %i %i %ix%i FAIL!!!!!!!!!!!!!!!!!", cw->win, x, y, w, h);
e_comp_update_add(cw->up, x, y, w, h);
cw->update = 1;
}
@@ -880,7 +880,7 @@ _e_comp_win_update(E_Comp_Win *cw)
w = r[i].w; h = r[i].h;
if (!ecore_x_image_get(cw->xim, cw->pixmap, x, y, x, y, w, h))
{
- DBG("UPDATE [0x%x] %i %i %ix%i FAIL!!!!!!!!!!!!!!!!!", cw->win, x, y, w, h);
+ WRN("UPDATE [0x%x] %i %i %ix%i FAIL!!!!!!!!!!!!!!!!!", cw->win, x, y, w, h);
e_comp_update_add(cw->up, x, y, w, h);
cw->update = 1;
}