diff options
-rw-r--r-- | sand-leek.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |