i think it is not fatal when a socketnotifier doesnt handle all POLL signals (like...
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 7 Jan 2006 16:21:05 +0000 (16:21 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 7 Jan 2006 16:21:05 +0000 (16:21 +0000)
lib/base/ebase.cpp

index ffd35eceae6cc6cb5d4adfac1c42bf37e5e4585e..04b15ee8b5c22ddca65fbc2cb45a1d1c258a78a5 100644 (file)
@@ -213,7 +213,7 @@ int eMainloop::processOneEvent(unsigned int user_timeout)
                                                (*li)->activate(pfd[i].revents);
                                }
                                if ((pfd[i].revents&~handled) & (POLLERR|POLLHUP|POLLNVAL))
                                                (*li)->activate(pfd[i].revents);
                                }
                                if ((pfd[i].revents&~handled) & (POLLERR|POLLHUP|POLLNVAL))
-                                               eFatal("poll: unhandled POLLERR/HUP/NVAL for fd %d(%d)", pfd[i].fd, pfd[i].revents);
+                                       eDebug("poll: unhandled POLLERR/HUP/NVAL for fd %d(%d)", pfd[i].fd, pfd[i].revents);
                        }
                        
                        ret = 1; /* poll did not timeout. */
                        }
                        
                        ret = 1; /* poll did not timeout. */