Commit 08912ef3 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Keyboard.c: improve user messages for keyboard file handling

parent 0e2c4df8
......@@ -1922,7 +1922,7 @@ void nxagentKeycodeConversionSetup(void)
if (doptions)
fprintf(keyboard_file, "options=\"%s\"\n", doptions[0] == '\0' ? "," : doptions);
fclose(keyboard_file);
fprintf(stderr, "Info: keyboard file created\n");
fprintf(stderr, "Info: keyboard file created: '%s'\n", keyboard_file_path);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment