From: Christian Fuchs Date: Tue, 3 Sep 2013 13:28:47 +0000 (+0000) Subject: mini change to the SP-client output X-Git-Tag: initial-import-from-subversion-38251~7559 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d03b4469e0d1ccc0d670ebee14a354511fa56bda;p=oweals%2Fgnunet.git mini change to the SP-client output --- diff --git a/src/scalarproduct/gnunet-scalarproduct.c b/src/scalarproduct/gnunet-scalarproduct.c index 0bce75085..62ea37824 100644 --- a/src/scalarproduct/gnunet-scalarproduct.c +++ b/src/scalarproduct/gnunet-scalarproduct.c @@ -138,7 +138,7 @@ requester_callback (void *cls, if (0 == (rc = gcry_mpi_aprint (GCRYMPI_FMT_HEX, &buf, NULL, result))) printf ("Successfully computed result for session %s with peer %s: %s\n", GNUNET_h2s (&closure->key), GNUNET_i2s (&closure->peer), buf); else { - printf ("Session %s with peer %s failed\n", GNUNET_h2s (&closure->key), GNUNET_i2s (&closure->peer)); + printf ("Session %s with peer %s failed: \n", GNUNET_h2s (&closure->key), GNUNET_i2s (&closure->peer)); LOG_GCRY(GNUNET_ERROR_TYPE_ERROR, "gcry_mpi_aprint", rc); } break;