summaryrefslogtreecommitdiff
path: root/dbus/dbus-transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-transport.c')
-rw-r--r--dbus/dbus-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-transport.c b/dbus/dbus-transport.c
index f43dd3d2..d8d3bb29 100644
--- a/dbus/dbus-transport.c
+++ b/dbus/dbus-transport.c
@@ -676,7 +676,7 @@ _dbus_transport_handle_watch (DBusTransport *transport,
if (dbus_watch_get_fd (watch) < 0)
{
- _dbus_warn ("Tried to handle an invalidated watch; this watch should have been removed\n");
+ _dbus_warn_check_failed ("Tried to handle an invalidated watch; this watch should have been removed\n");
return TRUE;
}