gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29148 - gnunet/src/identity


From: gnunet
Subject: [GNUnet-SVN] r29148 - gnunet/src/identity
Date: Tue, 10 Sep 2013 12:31:39 +0200

Author: grothoff
Date: 2013-09-10 12:31:39 +0200 (Tue, 10 Sep 2013)
New Revision: 29148

Modified:
   gnunet/src/identity/gnunet-identity.c
Log:
-print main output to stdout

Modified: gnunet/src/identity/gnunet-identity.c
===================================================================
--- gnunet/src/identity/gnunet-identity.c       2013-09-10 09:59:28 UTC (rev 
29147)
+++ gnunet/src/identity/gnunet-identity.c       2013-09-10 10:31:39 UTC (rev 
29148)
@@ -269,7 +269,7 @@
   GNUNET_IDENTITY_ego_get_public_key (ego, &pk);
   s = GNUNET_CRYPTO_ecc_public_key_to_string (&pk);
   if ( (monitor) || (NULL != identifier) )
-    fprintf (stderr, "%s - %s\n", identifier, s);
+    fprintf (stdout, "%s - %s\n", identifier, s);
   GNUNET_free (s);
 }
 




reply via email to

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