diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-08-04 17:02:34 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-08-04 17:24:40 +0200 |
commit | 88fb2d900e12f65265207cc39b2d19b8a095d1b4 (patch) | |
tree | ea840ec195ea14e2dade68f480c6a62aeb19199c /src/irmd | |
parent | 2164c4ce67acde4282a579937a784647b66f4d72 (diff) | |
download | ouroboros-88fb2d900e12f65265207cc39b2d19b8a095d1b4.tar.gz ouroboros-88fb2d900e12f65265207cc39b2d19b8a095d1b4.zip |
irmd: Remove ipcp type from registration message
Diffstat (limited to 'src/irmd')
-rw-r--r-- | src/irmd/main.c | 4 |
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; } } |