From d26687c44fb555d2898e97812bec46ae640cf987 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 10 Oct 1998 09:43:44 +0000 Subject: [PATCH] Add missing newline to debugging output. --- release/sysinstall/media.c | 4 ++-- usr.sbin/sysinstall/media.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/release/sysinstall/media.c b/release/sysinstall/media.c index 8154be642c5..c20b385bcc2 100644 --- a/release/sysinstall/media.c +++ b/release/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media.c,v 1.86 1997/08/01 04:41:38 jkh Exp $ + * $Id: media.c,v 1.87 1997/08/11 13:08:28 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -396,7 +396,7 @@ mediaSetFTP(dialogMenuItem *self) return DITEM_FAILURE | what; } else - msgDebug("Found DNS entry for %s successfully..", hostname); + msgDebug("Found DNS entry for %s successfully..\n", hostname); } variable_set2(VAR_FTP_HOST, hostname); variable_set2(VAR_FTP_DIR, dir ? dir : "/"); diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c index 8154be642c5..c20b385bcc2 100644 --- a/usr.sbin/sysinstall/media.c +++ b/usr.sbin/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media.c,v 1.86 1997/08/01 04:41:38 jkh Exp $ + * $Id: media.c,v 1.87 1997/08/11 13:08:28 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -396,7 +396,7 @@ mediaSetFTP(dialogMenuItem *self) return DITEM_FAILURE | what; } else - msgDebug("Found DNS entry for %s successfully..", hostname); + msgDebug("Found DNS entry for %s successfully..\n", hostname); } variable_set2(VAR_FTP_HOST, hostname); variable_set2(VAR_FTP_DIR, dir ? dir : "/");