test logging

This commit is contained in:
Arvid Norberg 2013-07-30 21:09:27 +00:00
parent 2da6b152d8
commit 4a66d42bd4
1 changed files with 1 additions and 1 deletions

View File

@ -159,6 +159,6 @@ void stop_peer()
{
fprintf(stderr, "%s: stop_peer()\n", time_now_string());
g_peer.reset();
fprintf(stderr, "%s: done\n", time_now_string());
fprintf(stderr, "%s: stop_peer() done\n", time_now_string());
}