summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tape.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysinstall/tape.c')
-rw-r--r--usr.sbin/sysinstall/tape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tape.c b/usr.sbin/sysinstall/tape.c
index a5ce339..fd73da5 100644
--- a/usr.sbin/sysinstall/tape.c
+++ b/usr.sbin/sysinstall/tape.c
@@ -119,7 +119,7 @@ mediaShutdownTape(Device *dev)
if (!tapeInitted)
return;
if (file_readable((char *)dev->private)) {
- msgDebug("Cleaning up results of tape extract in %s..",
+ msgDebug("Cleaning up results of tape extract in %s..\n",
(char *)dev->private);
(void)vsystem("rm -rf %s", (char *)dev->private);
}
OpenPOWER on IntegriCloud