stuff
authorChristian Grothoff <christian@grothoff.org>
Thu, 14 Oct 2010 09:42:42 +0000 (09:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 14 Oct 2010 09:42:42 +0000 (09:42 +0000)
src/util/test_crypto_ksk.c

index 29c98b931194c7cc520e0cafb22ac9274461f890..96e6fee5ca51b30036ac4be817bc740d36c06e8f 100644 (file)
@@ -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;
        }
     }