mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-11 04:06:14 +02:00
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 */
|
||
|
|