summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-08-04 17:02:34 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-08-04 17:24:40 +0200
commit88fb2d900e12f65265207cc39b2d19b8a095d1b4 (patch)
treeea840ec195ea14e2dade68f480c6a62aeb19199c /src
parent2164c4ce67acde4282a579937a784647b66f4d72 (diff)
downloadouroboros-88fb2d900e12f65265207cc39b2d19b8a095d1b4.tar.gz
ouroboros-88fb2d900e12f65265207cc39b2d19b8a095d1b4.zip
irmd: Remove ipcp type from registration message
Diffstat (limited to 'src')
-rw-r--r--src/irmd/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c
index 0c1cd25d..69ce765c 100644
--- a/src/irmd/main.c
+++ b/src/irmd/main.c
@@ -664,8 +664,8 @@ static int ap_reg(char * name,
LOG_WARN("Registered unbound name %s. "
"Registry may be inconsistent",
name);
- LOG_INFO("Registered %s in %s %d.",
- name, e->dif_name, e->type);
+ LOG_INFO("Registered %s in %s.",
+ name, e->dif_name);
++ret;
}
}