diff options
Diffstat (limited to 'sink.c')
-rw-r--r-- | sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -374,7 +374,7 @@ int open_sink(struct query *ctl, } - if (outlevel == O_VERBOSE) + if (outlevel >= O_VERBOSE) error(0, 0, "about to deliver with: %s", before); #ifdef HAVE_SETEUID |