mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 14:10:31 +01:00
ppp: don't log newlines
This commit is contained in:
parent
3f64910b52
commit
a814b96ebf
1 changed files with 2 additions and 2 deletions
|
|
@ -609,8 +609,8 @@ NM_UTILS_LOOKUP_STR_DEFINE_STATIC (pppd_exit_code_to_str, int,
|
|||
NM_UTILS_LOOKUP_STR_ITEM (16, "A modem hung up the phone"),
|
||||
NM_UTILS_LOOKUP_STR_ITEM (17, "Loopback detected"),
|
||||
NM_UTILS_LOOKUP_STR_ITEM (18, "The init script failed"),
|
||||
NM_UTILS_LOOKUP_STR_ITEM (19, "Authentication error.\n"
|
||||
"We failed to authenticate ourselves to the peer.\n"
|
||||
NM_UTILS_LOOKUP_STR_ITEM (19, "Authentication error. "
|
||||
"We failed to authenticate ourselves to the peer. "
|
||||
"Maybe bad account or password?"),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue