ecore: Remove blank line
authorChris Michael <cp.michael@samsung.com>
Thu, 22 Jan 2015 15:58:34 +0000 (10:58 -0500)
committerChris Michael <cp.michael@samsung.com>
Mon, 26 Jan 2015 13:37:08 +0000 (08:37 -0500)
Summary: No functional changes, just removing an empty line

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore/ecore_main.c

index d7d6a42f7ca6a6c71530090d7406ebe6c2664eff..6d088ebe61a2d097906cfb088541ca4860aafc55 100644 (file)
@@ -373,7 +373,6 @@ _gfd_events_from_fdh(Ecore_Fd_Handler *fdh)
    if (fdh->flags & ECORE_FD_ERROR) events |= G_IO_ERR;
    return events;
 }
-
 #endif
 
 static inline int
@@ -476,7 +475,7 @@ _ecore_main_fdh_epoll_mark_active(void)
    if (ret < 0)
      {
         if (errno == EINTR) return -1;
-        ERR("epoll_wait failed %d", errno);
+        ERR("epoll_wait failed on fd: %d %s", efd, strerror(errno));
         return -1;
      }