From: Jacob Bachmeyer Date: Thu, 25 Mar 2021 01:43:44 +0000 (-0500) Subject: Improve recognizability of debugging message for testsuite X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0cd704758fe40b972bda3491d3b0f2d537537b67;p=gatekeeper.git Improve recognizability of debugging message for testsuite --- diff --git a/upload-ftp-v1.2.pl b/upload-ftp-v1.2.pl index 0e6e9de..c27012c 100755 --- a/upload-ftp-v1.2.pl +++ b/upload-ftp-v1.2.pl @@ -660,7 +660,7 @@ sub keyring_file { my $tmp = $directory; while (1) { if (-e "$package_config_base/$tmp/pubring.gpg") { - ftp_syslog('debug', "($log_style) DEBUG: " . "found $package_config_base/$tmp/pubring.gpg") if $DEBUG; + ftp_syslog('debug', "($log_style) DEBUG: " . "found keyring $package_config_base/$tmp/pubring.gpg") if $DEBUG; push(@pubrings,"$package_config_base/$tmp/pubring.gpg"); } my $tmp2 = $tmp;