summaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/gpg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index aab884d02..8e38ec0af 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -3896,6 +3896,9 @@ main (int argc, char **argv)
opt.keyboxd_program = comopt.keyboxd_program;
comopt.keyboxd_program = NULL;
}
+ if (opt.use_keyboxd && nrings)
+ log_info ("Note: Specified keyrings are ignored due to option \"%s\"\n",
+ "use-keyboxd");
if (comopt.no_autostart)
opt.autostart = 0;