Author: durner
Date: 2005-10-04 13:21:32 -0700 (Tue, 04 Oct 2005)
New Revision: 2163
Modified:
GNUnet/src/server/connection.c
Log:
add IV to debug output
Modified: GNUnet/src/server/connection.c
===================================================================
--- GNUnet/src/server/connection.c 2005-10-04 18:16:07 UTC (rev 2162)
+++ GNUnet/src/server/connection.c 2005-10-04 20:21:32 UTC (rev 2163)
@@ -2296,8 +2296,8 @@
*dst = 0;
LOG(LOG_DEBUG,
- "Wrong sessionkey from `%s': `%s'\n",
- &enc, skey);
+ "Wrong sessionkey from `%s': `%s', IV: %u\n",
+ &enc, skey, *(int*)&msg->hash);
}
#endif
addHost(sender, YES);
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn