(trunk third-party) #2636: "Fix stray printf in dht.c"

This commit is contained in:
Charles Kerr 2009-12-02 23:08:33 +00:00
parent 7ece5ed6d2
commit e64fb64da7
1 changed files with 1 additions and 1 deletions

View File

@ -1855,7 +1855,7 @@ dht_periodic(int available, time_t *tosleep,
if(tid_len != 4) {
debugf("Broken node truncates transaction ids: ");
debug_printable(buf, rc);
printf("\n");
debugf("\n");
/* This is really annoying, as it means that we will
time-out all our searches that go through this node.
Kill it. */