aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/nfs.c
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-11-01 02:05:05 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-11-01 02:05:05 +0000
commitb46e66a5a5e484be8ca38294fa204c6902f00b61 (patch)
tree568197e69a34415cf745c437cc7a4db2be9cc345 /usr.sbin/sysinstall/nfs.c
parent9ce4f7a0f083c5aefd95de123e7fac42e6e44631 (diff)
Notes
Diffstat (limited to 'usr.sbin/sysinstall/nfs.c')
-rw-r--r--usr.sbin/sysinstall/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/nfs.c b/usr.sbin/sysinstall/nfs.c
index 96590cb84ef5..5c08df76e7a3 100644
--- a/usr.sbin/sysinstall/nfs.c
+++ b/usr.sbin/sysinstall/nfs.c
@@ -89,7 +89,7 @@ mediaShutdownNFS(Device *dev)
if (!NFSMounted)
return;
- msgDebug("Unmounting NFS partition on %s", mountpoint);
+ msgDebug("Unmounting NFS partition on %s\n", mountpoint);
if (unmount(mountpoint, MNT_FORCE) != 0)
msgConfirm("Could not unmount the NFS partition: %s", strerror(errno));
NFSMounted = FALSE;