From 6667d88310f66513676c842afe91a2e13dadefaa Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 8 Jun 2010 13:36:59 +0200 Subject: fix compiler warnings --- lib/base/ebase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/base/ebase.cpp') diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp index c84f28b8..700cce36 100644 --- a/lib/base/ebase.cpp +++ b/lib/base/ebase.cpp @@ -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); } -- cgit v1.2.3