fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 10 Oct 2011 12:54:20 +0000 (12:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 10 Oct 2011 12:54:20 +0000 (12:54 +0000)
src/core/gnunet-service-core_sessions.c

index 5ea3210c7be02bad35bf8f532f29c5b5903aa3b4..7b159022cc7d8c9bcee7f758943f1d8562cb1387 100644 (file)
@@ -207,7 +207,7 @@ GSC_SESSIONS_create (const struct GNUNET_PeerIdentity *peer,
 
 #if DEBUG_CORE
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Creating session for peer `%4s'\n", GNUNET_i2s (pid));
+              "Creating session for peer `%4s'\n", GNUNET_i2s (peer));
 #endif
   session = GNUNET_malloc (sizeof (struct Session));
   session->peer = *peer;