mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
fixup! keymgr: when importing BIND keys, inform the user that a different filename is being used
This commit is contained in:
parent
ddece74fd0
commit
6489b917bb
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ static char *gen_keyfilename(const char *orig, const char *wantsuff, const char
|
|||
static void print_new_name(const char *old, const char *new)
|
||||
{
|
||||
if (strcmp(old, new) != 0) {
|
||||
printf("importing from file: %s\n", new);
|
||||
INFO2("importing from file: %s\n", new);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue