diff options
Diffstat (limited to 'src/dirax.c')
-rw-r--r-- | src/dirax.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dirax.c b/src/dirax.c index 49e16921..06018fb7 100644 --- a/src/dirax.c +++ b/src/dirax.c @@ -205,7 +205,6 @@ static void dirax_send_next(struct image *image) case 10 : if ( image->n_acls_tried == MAX_DIRAX_CELL_CANDIDATES ) { - STATUS("That's enough cells.\n"); dirax_sendline("exit\n", image); } else { /* Go back round for another cell */ |