some more output for the servers started by some tests

This commit is contained in:
Arvid Norberg
2013-06-16 23:05:11 +00:00
parent f3d144b06f
commit 7f23627581
3 changed files with 8 additions and 0 deletions

View File

@@ -147,6 +147,8 @@ int num_dht_hits()
void stop_dht()
{
fprintf(stderr, "stop_dht()\n");
g_dht.reset();
fprintf(stderr, "done\n");
}