mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-18 15:28:31 +02:00
dispatcher: don't warn on non-critical missing directory error
This commit is contained in:
parent
fb88ec99f1
commit
33e5e1c500
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ find_scripts (const char *str_action)
|
|||
dirname = NMD_SCRIPT_DIR;
|
||||
|
||||
if (!(dir = g_dir_open (dirname, 0, &error))) {
|
||||
g_warning ("Failed to open dispatcher directory '%s': (%d) %s",
|
||||
g_message ("Failed to open dispatcher directory '%s': (%d) %s",
|
||||
dirname, error->code, error->message);
|
||||
g_error_free (error);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue