mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 16:50:16 +01:00
initrd: remove an accidental backspace
(cherry picked from commit 920e59016f)
This commit is contained in:
parent
d023155894
commit
c0b2950282
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ output_conn (gpointer key, gpointer value, gpointer user_data)
|
|||
if (!nm_utils_file_set_contents (full_filename, data, len, 0600, &error))
|
||||
goto err_out;
|
||||
} else
|
||||
g_print ("\n*** Connection '%s' ***\n\n%s\n", basename, data);
|
||||
g_print ("\n*** Connection '%s' ***\n\n%s", basename, data);
|
||||
|
||||
return;
|
||||
err_out:
|
||||
|
|
|
|||
|
|
@ -398,7 +398,7 @@ parse_ip (GHashTable *connections, const char *sysfs_dir, char *argument)
|
|||
}
|
||||
|
||||
if (peer && *peer)
|
||||
_LOGW (LOGD_CORE, "Ignoring peer: %s (not implemented)\b", peer);
|
||||
_LOGW (LOGD_CORE, "Ignoring peer: %s (not implemented)\n", peer);
|
||||
|
||||
if (gateway_ip && *gateway_ip) {
|
||||
int addr_family = guess_ip_address_family (gateway_ip);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue