mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-01 18:30:49 +01:00
firewall/utils: fix ntf -> nft typo
Fixes:4badc1f33a('firewall: fix signalling timeout error reason from _fw_nft_call()') (cherry picked from commite39e119636)
This commit is contained in:
parent
6f480d9494
commit
e77a1df6e7
1 changed files with 2 additions and 2 deletions
|
|
@ -466,13 +466,13 @@ _fw_nft_call_communicate_cb(GObject *source, GAsyncResult *result, gpointer user
|
|||
error->message);
|
||||
} else if (!call_data->timeout_source) {
|
||||
nm_log_dbg(LOGD_SHARING,
|
||||
"firewall: ntf[%s]: communication timed out. Kill process",
|
||||
"firewall: nft[%s]: communication timed out. Kill process",
|
||||
call_data->identifier);
|
||||
nm_clear_error(&error);
|
||||
nm_utils_error_set(&error, NM_UTILS_ERROR_UNKNOWN, "timeout communicating with nft");
|
||||
} else {
|
||||
nm_log_dbg(LOGD_SHARING,
|
||||
"firewall: ntf[%s]: communication cancelled. Kill process",
|
||||
"firewall: nft[%s]: communication cancelled. Kill process",
|
||||
call_data->identifier);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue