OSDN Git Service

Silence PPPDs noisy logs.
authorRobert Greenwalt <robdroid@android.com>
Thu, 4 Feb 2010 23:25:22 +0000 (15:25 -0800)
committerRobert Greenwalt <robdroid@android.com>
Thu, 4 Feb 2010 23:25:22 +0000 (15:25 -0800)
PppController.cpp

index 767b74d..f508f4e 100644 (file)
@@ -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!");