test logging
This commit is contained in:
parent
2da6b152d8
commit
4a66d42bd4
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue