summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-31 22:59:49 +0000
committerbrian <brian@FreeBSD.org>1997-08-31 22:59:49 +0000
commitc9a9461a21671bac4629e498a3208808d4f14757 (patch)
tree3fc9c8ab35ac1452e5cf005f4ca3bc9e21650abc /usr.sbin/ppp/command.c
parentb217a31a96f18aecebfa079789e822952e9da3a8 (diff)
downloadFreeBSD-src-c9a9461a21671bac4629e498a3208808d4f14757.zip
FreeBSD-src-c9a9461a21671bac4629e498a3208808d4f14757.tar.gz
Cosmetic: Make LogPrintf() calls consistent.
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index ba06fa0..78aee53 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.c,v 1.74 1997/08/21 17:07:30 brian Exp $
+ * $Id: command.c,v 1.75 1997/08/25 00:29:08 brian Exp $
*
*/
#include <sys/types.h>
@@ -296,7 +296,7 @@ ShellCommand(struct cmdtab const * cmdlist, int argc, char **argv, int bg)
p = getpid();
if (daemon(1, 1) == -1) {
- LogPrintf(LogERROR, "%d: daemon: %s", p, strerror(errno));
+ LogPrintf(LogERROR, "%d: daemon: %s\n", p, strerror(errno));
exit(1);
}
}
OpenPOWER on IntegriCloud