aboutsummaryrefslogtreecommitdiff
path: root/sand-leek.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-06-27 17:12:32 +1200
committerDavid Phillips <david@sighup.nz>2017-06-27 17:13:27 +1200
commit587dcdadb0056929c5fc0bd06cf1651a1d886166 (patch)
treec31d19e4553d7692bb34b1c90bfbb33528557863 /sand-leek.c
parentb1ecc29a061d11509092650460cc33f3657dabaf (diff)
downloadsand-leek-587dcdadb0056929c5fc0bd06cf1651a1d886166.tar.xz
Correct old outdated error message
Diffstat (limited to 'sand-leek.c')
-rw-r--r--sand-leek.c2
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);