projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0e71266
)
upgrade looped-back message from debug statement to syslog warning
author
Paul Mackerras
<paulus@samba.org>
Tue, 14 Jun 1994 06:07:47 +0000
(06:07 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 14 Jun 1994 06:07:47 +0000
(06:07 +0000)
pppd/lcp.c
patch
|
blob
|
history
diff --git
a/pppd/lcp.c
b/pppd/lcp.c
index 25815187e9a6937e63f4334224b3994992a009d7..801dc5ae0f25c3985fcc4260524327d49d62a3ce 100644
(file)
--- a/
pppd/lcp.c
+++ b/
pppd/lcp.c
@@
-18,7
+18,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: lcp.c,v 1.
8 1994/05/30 02:38:49
paulus Exp $";
+static char rcsid[] = "$Id: lcp.c,v 1.
9 1994/06/14 06:07:47
paulus Exp $";
#endif
/*
@@
-816,7
+816,7
@@
lcp_nakci(f, p, len)
if (f->state != OPENED) {
*go = try;
if (looped_back && try.numloops % lcp_warnloops == 0)
-
LCPDEBUG((LOG_INFO, "The line appears to be looped back.")
);
+
syslog(LOG_WARNING, "Serial line appears to be looped back."
);
}
return 1;