summaryrefslogtreecommitdiff
path: root/_dbus_bindings
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2006-12-12 19:56:17 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2006-12-12 19:56:17 +0000
commit2ad0498ce6f253da333907ed87df11c6b5a8cf1e (patch)
tree0fd44c1170e9abeb4cff83a835b6ffcc6cc95e3d /_dbus_bindings
parent53c4f8628eac5c1ba62e9ccf3be6e1b4c0990b20 (diff)
downloaddbus-python-2ad0498ce6f253da333907ed87df11c6b5a8cf1e.tar.gz
conn.c: Correct number of varargs to debug message
Diffstat (limited to '_dbus_bindings')
-rw-r--r--_dbus_bindings/conn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/_dbus_bindings/conn.c b/_dbus_bindings/conn.c
index 03d2e41..fe54ab7 100644
--- a/_dbus_bindings/conn.c
+++ b/_dbus_bindings/conn.c
@@ -260,7 +260,7 @@ err:
dbus_connection_unref(conn);
Py_END_ALLOW_THREADS
}
- DBG("%s() fail", __func__, self);
+ DBG("%s() fail", __func__);
DBG_WHEREAMI;
return NULL;
}