From 2a708128adc5e825471a3a63d6bc7a53005ae237 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 29 Apr 2003 21:27:59 +0000 Subject: 2003-04-29 Havoc Pennington * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE to use this library" to be sure people have the right expectations. --- dbus/dbus-mainloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-mainloop.c') diff --git a/dbus/dbus-mainloop.c b/dbus/dbus-mainloop.c index 43e0788d..04c8f1de 100644 --- a/dbus/dbus-mainloop.c +++ b/dbus/dbus-mainloop.c @@ -636,7 +636,7 @@ _dbus_loop_iterate (DBusLoop *loop, timeout = MIN (msecs_remaining, timeout); #if MAINLOOP_SPEW - _dbus_verbose (" timeout added, %d remaining, aggregate timeout %d\n", + _dbus_verbose (" timeout added, %d remaining, aggregate timeout %ld\n", msecs_remaining, timeout); #endif -- cgit