From: Christian Grothoff Date: Thu, 14 Oct 2010 09:42:42 +0000 (+0000) Subject: stuff X-Git-Tag: initial-import-from-subversion-38251~20061 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f7de546a5f6027642d1145163bc91b5792babd11;p=oweals%2Fgnunet.git stuff --- diff --git a/src/util/test_crypto_ksk.c b/src/util/test_crypto_ksk.c index 29c98b931..96e6fee5c 100644 --- a/src/util/test_crypto_ksk.c +++ b/src/util/test_crypto_ksk.c @@ -66,9 +66,9 @@ testCorrectKey () if (0 != strncmp (out, &want[i*2], 2)) { fprintf (stderr, - " Failed! Wanted %.2s but got %2s\n", + " Failed! Wanted %.2s but got %2s at %d\n", &want[i*2], - out); + out, i); return GNUNET_SYSERR; } }