gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2838 - GNUnet/src/applications/identity


From: grothoff
Subject: [GNUnet-SVN] r2838 - GNUnet/src/applications/identity
Date: Tue, 16 May 2006 23:55:23 -0700 (PDT)

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,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]