From 587dcdadb0056929c5fc0bd06cf1651a1d886166 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 27 Jun 2017 17:12:32 +1200 Subject: Correct old outdated error message --- sand-leek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sand-leek.c') diff --git a/sand-leek.c b/sand-leek.c index 3a9a49e..37fe14c 100644 --- a/sand-leek.c +++ b/sand-leek.c @@ -125,7 +125,7 @@ work(void *arg) { onion[16] = '\0'; if (strncmp(onion, search, search_len)) { fprintf(stderr, - "BUG: Discrepancy between SSE algorithm and old trusty\n" + "BUG: Discrepancy between raw and base32 onion addresses\n" "Looking for %s, but the sum is %s\n" "Please report this to the developer\n", search, onion); -- cgit v1.1