From f7de546a5f6027642d1145163bc91b5792babd11 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Oct 2010 09:42:42 +0000 Subject: [PATCH] stuff --- src/util/test_crypto_ksk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.25.1