This change enables the testsuite to reliably recognize this message
instead of guessing with heuristics. The message severity was demoted
to 'debug' because the message is only emitted in debugging mode.
($verify_str) = $verify_str =~ /^(.*)$/;
- ftp_syslog('info',"$verify_str\n") if ($DEBUG > 0);
+ ftp_syslog('debug',"($log_style) DEBUG: gpgv command line: $verify_str\n")
+ if ($DEBUG > 0);
my $retval = '';
open (GPGV, "$verify_str|")
or &fatal("failed to run command: $verify_str",1);