From 02ffe4765c9ee036ebf87913ea98e639f0f13c21 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 23 Sep 2010 18:44:48 +0000 Subject: [PATCH] Windows: too much noise in the console with animations SVN revision: 52647 --- legacy/ecore/src/lib/ecore/ecore_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/ecore_main.c b/legacy/ecore/src/lib/ecore/ecore_main.c index e17d7d4ff5..3d14a478d6 100644 --- a/legacy/ecore/src/lib/ecore/ecore_main.c +++ b/legacy/ecore/src/lib/ecore/ecore_main.c @@ -1375,7 +1375,7 @@ _ecore_main_win32_select(int nfds __UNUSED__, fd_set *readfds, fd_set *writefds, } else if (result == WAIT_TIMEOUT) { - ERR("time out\n"); + /* ERR("time out\n"); */ res = 0; } else if (result == (WAIT_OBJECT_0 + objects_nbr))