mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 21:53:08 +02:00
097635b79b
- sstrip cleanup from mjn3 - various patches from nico and others: http://openwrt.org/forum/viewtopic.php?t=368 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@145 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
374 B
Plaintext
13 lines
374 B
Plaintext
diff -ruN ppp.orig/pppd/pppd.h ppp/pppd/pppd.h
|
|
--- ppp.orig/pppd/pppd.h 2003-11-28 00:30:27.000000000 +0100
|
|
+++ ppp/pppd/pppd.h 2003-11-28 00:30:20.000000000 +0100
|
|
@@ -812,7 +812,7 @@
|
|
|| defined(DEBUGCHAP) || defined(DEBUG) || defined(DEBUGIPV6CP)
|
|
#define LOG_PPP LOG_LOCAL2
|
|
#else
|
|
-#define LOG_PPP LOG_DAEMON
|
|
+#define LOG_PPP LOG_LOCAL2
|
|
#endif
|
|
#endif /* LOG_PPP */
|
|
|