Add missing newline to debugging output.

This commit is contained in:
jkh 1998-10-10 09:43:44 +00:00
parent c612e7f55c
commit e15fc3541e
2 changed files with 4 additions and 4 deletions

View File

@ -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 : "/");

View File

@ -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 : "/");