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;