-improve UDP logging
[oweals/gnunet.git] / src / ats / test_ats_solver_add_address_and_request.c
index 6d63cd9905574e489c4ab212185d5e649e73ba0a..1a354596747f114b21b29a5e72f4963a59776eef 100644 (file)
@@ -6,7 +6,7 @@
     GNUNET_SCHEDULER_add_now (end_badly, NULL);
   }
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
@@ -154,7 +154,7 @@ address_suggest_cb (void *cls,
 
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Received sugggestion for peer `%s'\n",
-              GNUNET_i2s (&address->peer));
+              GNUNET_i2s (peer));
   GNUNET_SCHEDULER_add_now (&end, NULL);
 }