--- tests/tests.h 2011-05-08 11:49:29.000000000 +0200 +++ tests/tests.h 2011-10-07 18:36:44.037688317 +0200 @@ -482,7 +482,7 @@ repfactor = strtol (envval, &end, 0); \ if (*end || repfactor <= 0) \ { \ - fprintf (stderr, "Invalid repfactor: %ld.\n", repfactor); \ + fprintf (stderr, "Invalid repfactor: %s.\n", envval); \ exit (1); \ } \ count *= repfactor; \