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:
obrien 2001-07-13 16:30:11 +00:00
parent e01533d08a
commit 15642ccfc3

View File

@ -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));