diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index af47958c1eb..aed71476370 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.c +++ b/usr.sbin/kbdcontrol/kbdcontrol.c @@ -774,7 +774,7 @@ load_keymap(char *opt, int dumponly) } } if (fd == NULL) { - warn("keymap file not found"); + warn("keymap file \"%s\" not found", opt); return; } memset(&keymap, 0, sizeof(keymap));