projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6b0e10
)
Remove debugging message that was accidentily left in.
author
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 2 Jun 2011 19:29:11 +0000
(21:29 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 2 Jun 2011 19:29:11 +0000
(21:29 +0200)
src/top.c
patch
|
blob
|
history
diff --git
a/src/top.c
b/src/top.c
index
dc1fecf
..
373b180
100644
(file)
--- a/
src/top.c
+++ b/
src/top.c
@@
-108,7
+108,6
@@
static void update(int fd) {
} else {
found = xmalloc_and_zero(sizeof *found);
found->name = xstrdup(name);
- fprintf(stderr, "Inserting %s before %s\n", found->name, node->name);
list_insert_before(&node_list, i, found);
changed = true;
break;