summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-27 19:38:34 +0000
committerobrien <obrien@FreeBSD.org>2001-03-27 19:38:34 +0000
commit51ca15c2dcae271222dd76f75c0c909596323a8c (patch)
treee176900e7e04af9774d7a10d75aae035ea3996fb /sbin/dump
parentc9c6dd1eff6b2b7d5b4b1bcd316b4d17dc407326 (diff)
downloadFreeBSD-src-51ca15c2dcae271222dd76f75c0c909596323a8c.zip
FreeBSD-src-51ca15c2dcae271222dd76f75c0c909596323a8c.tar.gz
Make rev 1.5 better match the rest of dump(8)'s output.
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/itime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c
index 981f532..001afa2 100644
--- a/sbin/dump/itime.c
+++ b/sbin/dump/itime.c
@@ -85,7 +85,7 @@ initdumptimes()
if ((df = fopen(dumpdates, "r")) == NULL) {
if (errno != ENOENT) {
- msg("cannot read %s: %s\n", dumpdates,
+ msg("WARNING: cannot read %s: %s\n", dumpdates,
strerror(errno));
return;
/* NOTREACHED */
@@ -95,7 +95,7 @@ initdumptimes()
*/
msg("WARNING: no file `%s', making an empty one\n", dumpdates);
if ((df = fopen(dumpdates, "w")) == NULL) {
- msg("cannot create %s: %s\n", dumpdates,
+ msg("WARNING: cannot create %s: %s\n", dumpdates,
strerror(errno));
return;
/* NOTREACHED */
OpenPOWER on IntegriCloud