Ecore: lower log level
authorVincent Torri <vincent.torri@gmail.com>
Wed, 22 Jul 2015 05:28:29 +0000 (07:28 +0200)
committerTom Hacohen <tom@stosb.com>
Wed, 22 Jul 2015 08:22:02 +0000 (09:22 +0100)
On Windows, this insanely fills a temporary file, reaching
gigabytes

src/lib/ecore/ecore_main.c

index 18ddaff..267c5ed 100644 (file)
@@ -2209,7 +2209,7 @@ _ecore_main_win32_select(int             nfds EINA_UNUSED,
         char *m;
 
         m = evil_last_error_get();
-        ERR("%s", m);
+        CRI("%s", m);
         free(m);
         res = -1;
      }