mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-07 03:48:04 +02:00
main: Print the full path of the configuration file
Rather than just its filename, otherwise we won't know where to look.
This commit is contained in:
parent
3274a31153
commit
011310e30c
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ load_conf (void)
|
|||
file = g_key_file_new ();
|
||||
g_debug("About to load configuration file '%s'", filename);
|
||||
if (!g_key_file_load_from_file (file, filename, G_KEY_FILE_NONE, &error)) {
|
||||
g_warning ("Could not open fprintd.conf: %s\n", error->message);
|
||||
g_warning ("Could not open \"%s\": %s\n", filename, error->message);
|
||||
goto bail;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue