diff options
author | David Phillips <david@sighup.nz> | 2017-06-27 17:12:32 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-06-27 17:13:27 +1200 |
commit | 587dcdadb0056929c5fc0bd06cf1651a1d886166 (patch) | |
tree | c31d19e4553d7692bb34b1c90bfbb33528557863 | |
parent | b1ecc29a061d11509092650460cc33f3657dabaf (diff) | |
download | sand-leek-587dcdadb0056929c5fc0bd06cf1651a1d886166.tar.xz |
Correct old outdated error message
-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); |