summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-04-28 12:19:32 +0000
committerSander Vrijders <sander.vrijders@ugent.be>2017-04-28 12:19:32 +0000
commit72e8f778024ece5c8025be4767ce89eae349f4b5 (patch)
tree85e9c6049d2388518236591d28e80640014f3d18
parent256d83081b93f39ad2e3f945b8b3d00e50c48972 (diff)
parent8ee583029ec9839962e9e6616f868969578b2d3d (diff)
downloadouroboros-72e8f778024ece5c8025be4767ce89eae349f4b5.tar.gz
ouroboros-72e8f778024ece5c8025be4767ce89eae349f4b5.zip
Merged in dstaesse/ouroboros/be-irmd-logs (pull request #498)
irmd: Remove some debug logs
-rw-r--r--src/irmd/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c
index 67c2ad60..c9c989c5 100644
--- a/src/irmd/main.c
+++ b/src/irmd/main.c
@@ -236,9 +236,6 @@ static struct ipcp_entry * get_ipcp_by_dst_name(const char * name)
if (e->dif_name == NULL)
continue;
- log_dbg("IPCP %s found for name %s with hash enum %d.",
- e->dif_name, name, e->dir_hash_algo);
-
hash = malloc(IPCP_HASH_LEN(e));
if (hash == NULL)
return NULL;
@@ -777,9 +774,6 @@ static int name_reg(const char * name,
if (wildcard_match(difs[i], e->dif_name))
continue;
- log_dbg("gonna register %s in dif %s.",
- name, e->dif_name);
-
hash = malloc(IPCP_HASH_LEN(e));
if (hash == NULL)
break;