mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 19:50:14 +01:00
keyfile: correct a warning message
This commit is contained in:
parent
730da1090e
commit
2f421bc779
1 changed files with 1 additions and 1 deletions
|
|
@ -914,7 +914,7 @@ cert_parser (NMSetting *setting, const char *key, GKeyFile *keyfile, const char
|
|||
|
||||
g_byte_array_free (array, TRUE);
|
||||
} else {
|
||||
g_warning ("%s: ignoring invalid SSID for %s / %s",
|
||||
g_warning ("%s: ignoring invalid key/cert value for %s / %s",
|
||||
__func__, setting_name, key);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue