-print main output to stdout
authorChristian Grothoff <christian@grothoff.org>
Tue, 10 Sep 2013 10:31:39 +0000 (10:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 10 Sep 2013 10:31:39 +0000 (10:31 +0000)
src/identity/gnunet-identity.c

index 5e4288f89da6dbfb6172897416906f635b90007b..8ed1263a9b79d4934a43d4541393b36ececcc43d 100644 (file)
@@ -269,7 +269,7 @@ print_ego (void *cls,
   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);
 }