mini change to the SP-client output
authorChristian Fuchs <christian.fuchs@cfuchs.net>
Tue, 3 Sep 2013 13:28:47 +0000 (13:28 +0000)
committerChristian Fuchs <christian.fuchs@cfuchs.net>
Tue, 3 Sep 2013 13:28:47 +0000 (13:28 +0000)
src/scalarproduct/gnunet-scalarproduct.c

index 0bce750858cd66d76b21daae6e0b4019c2a61841..62ea3782476550a99aea0e676a903ae0a0378ded 100644 (file)
@@ -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;