summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-06-09 14:13:36 +0200
committerThomas Haller <thaller@redhat.com>2017-06-09 15:42:49 +0200
commita814b96ebf02fa88f1a431d0a7459723a3af670d (patch)
tree75aed02b42574bffbe58b5aae8a9573673655dc8
parent3f64910b5249a8535deffddd0fd574c25b28dcea (diff)
downloadNetworkManager-a814b96ebf02fa88f1a431d0a7459723a3af670d.tar.gz
ppp: don't log newlines
-rw-r--r--src/ppp/nm-ppp-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ppp/nm-ppp-manager.c b/src/ppp/nm-ppp-manager.c
index d9044a4495..93660ef4ab 100644
--- a/src/ppp/nm-ppp-manager.c
+++ b/src/ppp/nm-ppp-manager.c
@@ -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?"),
);