diff options
Diffstat (limited to 'pptpd-1.3.3/pptpd.c')
-rw-r--r-- | pptpd-1.3.3/pptpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pptpd-1.3.3/pptpd.c b/pptpd-1.3.3/pptpd.c index b6d2b6a4..69426ef9 100644 --- a/pptpd-1.3.3/pptpd.c +++ b/pptpd-1.3.3/pptpd.c @@ -152,7 +152,7 @@ int main(int argc, char **argv) /* open a connection to the syslog daemon */ openlog("pptpd", LOG_PID, PPTP_FACILITY); - syslog(LOG_ERR, "MGR: Config file not found!"); + //syslog(LOG_ERR, "MGR: Config file not found!"); /* process command line options */ while (1) { |