aboutsummaryrefslogtreecommitdiff
path: root/sbin/savecore
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-09-13 19:15:28 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-09-13 19:15:28 +0000
commitd32e7ba722f73c035144e7996e7809bf5bc6e95e (patch)
tree1b5e22a4fa280e7fb80e07e03c92456930879b83 /sbin/savecore
parent5098c3916e5caa22deb8374a57925c2d543b965e (diff)
Notes
Diffstat (limited to 'sbin/savecore')
-rw-r--r--sbin/savecore/savecore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c
index 33255c3567777..b61569e63d51e 100644
--- a/sbin/savecore/savecore.c
+++ b/sbin/savecore/savecore.c
@@ -144,7 +144,8 @@ getbounds(void) {
ret = 0;
if ((fp = fopen("bounds", "r")) == NULL) {
- syslog(LOG_WARNING, "unable to open bounds file, using 0");
+ if (verbose)
+ printf("unable to open bounds file, using 0\n");
return (ret);
}