From: Christian Grothoff Date: Tue, 10 Sep 2013 10:31:39 +0000 (+0000) Subject: -print main output to stdout X-Git-Tag: initial-import-from-subversion-38251~7430 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b73ad06bd39b3d005c22ffcfe8423a5c9d92b37e;p=oweals%2Fgnunet.git -print main output to stdout --- diff --git a/src/identity/gnunet-identity.c b/src/identity/gnunet-identity.c index 5e4288f89..8ed1263a9 100644 --- a/src/identity/gnunet-identity.c +++ b/src/identity/gnunet-identity.c @@ -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); }