summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Coulter <mjc@cvs.openbsd.org>2006-06-27 02:43:19 +0000
committerMichael Coulter <mjc@cvs.openbsd.org>2006-06-27 02:43:19 +0000
commit530b264f1d69a912f739c52eef99f386ac91b5cb (patch)
tree7a74fbfad497499f88c644a0939f2e99896e0c0d
parentd7f11103da0dbdf07ca0ab76a1d01cb8aacd5fcc (diff)
add message on session close
-rw-r--r--usr.bin/cdio/mmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cdio/mmc.c b/usr.bin/cdio/mmc.c
index 562f701b231..083ccbc931b 100644
--- a/usr.bin/cdio/mmc.c
+++ b/usr.bin/cdio/mmc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mmc.c,v 1.13 2006/06/27 02:02:30 deraadt Exp $ */
+/* $OpenBSD: mmc.c,v 1.14 2006/06/27 02:43:18 mjc Exp $ */
/*
* Copyright (c) 2006 Michael Coulter <mjc@openbsd.org>
@@ -163,7 +163,7 @@ writetao(struct track_head *thp)
writetrack(tr);
synchronize_cache();
}
- fprintf(stderr,"\n");
+ fprintf(stderr,"Closing session.\n");
close_session();
return (0);
}