ecore-x: make error prints DBG not ERR so we don't get spammed
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 19 Jul 2013 00:23:11 +0000 (09:23 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 19 Jul 2013 00:23:11 +0000 (09:23 +0900)
commite7862929e4aa5217b634f08dc7ea387781e157ea
tree1290598e21cdceef1e282f1eff599f95aab876a4
parent18b27878aa3b633c855f73b9b58bb44fa0e1103f
ecore-x: make error prints DBG not ERR so we don't get spammed

because an error with no idea where it came from since its async is
pretty much usless noise. if you want this to be useful you literally
need to do an xsync every x call and be able to get backtraces... the
xsync then would be inside ecore-x. and of course this would be so
nastily slow that you need to make it an option at build...
src/lib/ecore_x/xlib/ecore_x_error.c