int current_bucket;
struct P2PPendingMessage *pos;
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ "Peer `%s' disconnected!\n",
+ GNUNET_i2s (peer));
/* Check for disconnect from self message */
if (0 == memcmp (&my_identity, peer, sizeof (struct GNUNET_PeerIdentity)))
return;
test_get->uid);
for (i = 0; i < get_path_length; i++)
fprintf (stderr, "%s%s", i == 0 ? "" : "->", GNUNET_i2s (&get_path[i]));
- fprintf (stderr, "->%s\n",
+ fprintf (stderr, "%s%s\n",
+ get_path_length > 0 ? "->":"",
GNUNET_i2s (&test_get->daemon->id));
}
#endif