aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_mailto.in
diff options
context:
space:
mode:
Diffstat (limited to 'keyserver/gpgkeys_mailto.in')
-rwxr-xr-xkeyserver/gpgkeys_mailto.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyserver/gpgkeys_mailto.in b/keyserver/gpgkeys_mailto.in
index 0d548c74d..053a8b633 100755
--- a/keyserver/gpgkeys_mailto.in
+++ b/keyserver/gpgkeys_mailto.in
@@ -112,7 +112,7 @@ if($command=~/get/i || $command=~/search/i)
if($verbose)
{
- print STDERR "Key $key requested from $host\n";
+ print STDERR "gpgkeys: key $key requested from $host\n";
}
}
}
@@ -149,7 +149,7 @@ if($command=~/send/i)
if($verbose)
{
- print STDERR "Key $key sent to $host\n";
+ print STDERR "gpgkeys: key $key sent to $host\n";
}
}
}