ecore: lower log error level. Too much noise otherwise

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vincent Torri 2015-09-25 07:33:56 +02:00 committed by Cedric BAIL
parent 0f4060e8a9
commit d4de2a2d87
1 changed files with 1 additions and 1 deletions

View File

@ -2221,7 +2221,7 @@ _ecore_main_win32_select(int nfds EINA_UNUSED,
char *m;
m = evil_last_error_get();
CRI("%s", m);
WRN("%s", m);
free(m);
res = -1;
}