From 73ea55b52895727635705f18629406c58ca2044c Mon Sep 17 00:00:00 2001 From: Robert Greenwalt Date: Thu, 4 Feb 2010 15:25:22 -0800 Subject: [PATCH] Silence PPPDs noisy logs. --- PppController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PppController.cpp b/PppController.cpp index 767b74d..f508f4e 100644 --- a/PppController.cpp +++ b/PppController.cpp @@ -92,7 +92,7 @@ int PppController::attachPppd(const char *tty, struct in_addr local, // TODO: Deal with pppd bailing out after 99999 seconds of being started // but not getting a connection if (execl("/system/bin/pppd", "/system/bin/pppd", "-detach", dev, "115200", - lr, "ms-dns", d1, "ms-dns", d2, "debug", "lcp-max-configure", "99999", (char *) NULL)) { + lr, "ms-dns", d1, "ms-dns", d2, "lcp-max-configure", "99999", (char *) NULL)) { LOGE("execl failed (%s)", strerror(errno)); } LOGE("Should never get here!"); -- 2.11.0