diff --git a/src/attrib-server.c b/src/attrib-server.c
index b076d98..aab7829 100644
--- a/src/attrib-server.c
+++ b/src/attrib-server.c
{
struct attribute *a;
+ DBG("handle=0x%04x", handle);
+
/* FIXME: handle conflicts */
a = g_malloc0(sizeof(struct attribute) + len);
GSList *l;
guint h = handle;
+ DBG("handle=0x%04x", handle);
+
l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp);
if (!l)
return -ENOENT;
GSList *l;
guint h = handle;
+ DBG("handle=0x%04x", handle);
+
l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp);
if (!l)
return -ENOENT;