From 1153d7757b7a12dbad4479de7c9065937f83230a Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 24 Apr 2018 17:34:52 +1200 Subject: Remove extra argument not picked up by format string --- sand-leek-cl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sand-leek-cl.c b/sand-leek-cl.c index ce293a9..782d619 100644 --- a/sand-leek-cl.c +++ b/sand-leek-cl.c @@ -68,7 +68,7 @@ int truffle_valid(RSA *rsa_key, const char *search, uint32_t e) { onion_base32(onion, (unsigned char*)&digest); onion[16] = '\0'; - fprintf(stderr, "GPU got %s.onion\n", onion, search); + fprintf(stderr, "GPU got %s.onion\n", onion); return strncmp(onion, search, strlen(search) - 1) == 0; } -- cgit v1.1