fix compiler warnings
[enigma2.git] / lib / base / ebase.cpp
index c84f28b8e0ea2b7f8021c32ea63cef85b11fe7ff..700cce368d2c5224cd4ae679e7d0632c7f5bc8e2 100644 (file)
@@ -165,7 +165,7 @@ void eMainloop::removeSocketNotifier(eSocketNotifier *sn)
                return;
        }
        for (i = notifiers.begin(); i != notifiers.end(); ++i)
-               eDebug("fd=%d, sn=%d", i->second->getFD(), (void*)i->second);
+               eDebug("fd=%d, sn=%p", i->second->getFD(), (void*)i->second);
        eFatal("removed socket notifier which is not present, fd=%d", fd);
 }