mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Repeat after me: "when reporting `file not found', perform a little bit of
useful HCI consideration and tell which file was being looked for".
This commit is contained in:
parent
4dad593a95
commit
bdcfaae4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue