Author: grothoff
Date: 2006-05-16 23:55:21 -0700 (Tue, 16 May 2006)
New Revision: 2838

Modified:
   GNUnet/src/applications/identity/identity.c
Log:
log peer name

Modified: GNUnet/src/applications/identity/identity.c
===================================================================
--- GNUnet/src/applications/identity/identity.c 2006-05-17 06:51:08 UTC (rev 
2837)
+++ GNUnet/src/applications/identity/identity.c 2006-05-17 06:55:21 UTC (rev 
2838)
@@ -703,8 +703,14 @@
                       ANY_PROTOCOL_NUMBER,
                       YES);
   if (helo == NULL) {
+    EncName enc;
+    
+    IFLOG(LOG_INFO,
+         hash2enc(&signer->hashPubKey,
+                  &enc));
     LOG(LOG_INFO, 
-       _("Signature failed verification: other peer not known.\n"));
+       _("Signature failed verification: peer `%s' not known.\n"),
+       &enc);
     return SYSERR;
   }
   res = verifySig(message, size, sig,



_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to