aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-transport.c')
-rw-r--r--src/transport/gnunet-transport.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c
index 4fc1622b3..cbda8ac6e 100644
--- a/src/transport/gnunet-transport.c
+++ b/src/transport/gnunet-transport.c
@@ -518,8 +518,8 @@ notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
518 if (try_connect) 518 if (try_connect)
519 { 519 {
520 /* all done, terminate instantly */ 520 /* all done, terminate instantly */
521 FPRINTF (stdout, 521 FPRINTF (stdout,
522 _("Successfully connected to `%s'\n"), 522 _("Successfully connected to `%s'\n"),
523 GNUNET_i2s_full (peer)); 523 GNUNET_i2s_full (peer));
524 ret = 0; 524 ret = 0;
525 525
@@ -803,12 +803,12 @@ testservice_task (void *cls,
803 803
804 if (GNUNET_YES != result) 804 if (GNUNET_YES != result)
805 { 805 {
806 FPRINTF (stderr, 806 FPRINTF (stderr,
807 _("Service `%s' is not running\n"), "transport"); 807 _("Service `%s' is not running\n"), "transport");
808 return; 808 return;
809 } 809 }
810 810
811 if ( (NULL != cpid) && 811 if ( (NULL != cpid) &&
812 (GNUNET_OK != GNUNET_CRYPTO_ecc_public_sign_key_from_string (cpid, 812 (GNUNET_OK != GNUNET_CRYPTO_ecc_public_sign_key_from_string (cpid,
813 strlen (cpid), 813 strlen (cpid),
814 &pid.public_key))) 814 &pid.public_key)))