summaryrefslogtreecommitdiffstats
path: root/sbin/adjkerntz
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-03-30 09:29:47 +0000
committerache <ache@FreeBSD.org>1998-03-30 09:29:47 +0000
commitadd2782c4ec0d7c4447da2b33d1413a2754f8a3e (patch)
tree2373b5561faee283a3893604e164774a20d6c07d /sbin/adjkerntz
parent18c7dd6bef4e1af8c497a063f780b0760858a22d (diff)
downloadFreeBSD-src-add2782c4ec0d7c4447da2b33d1413a2754f8a3e.zip
FreeBSD-src-add2782c4ec0d7c4447da2b33d1413a2754f8a3e.tar.gz
Add workaround suggestion for 'nonexistent time' diagnostic
Diffstat (limited to 'sbin/adjkerntz')
-rw-r--r--sbin/adjkerntz/adjkerntz.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/adjkerntz/adjkerntz.c b/sbin/adjkerntz/adjkerntz.c
index e7ad4a7..c940e5a 100644
--- a/sbin/adjkerntz/adjkerntz.c
+++ b/sbin/adjkerntz/adjkerntz.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: adjkerntz.c,v 1.20 1997/06/10 11:01:13 charnier Exp $
+ * $Id: adjkerntz.c,v 1.21 1998/02/25 09:40:21 ache Exp $
*/
#ifndef lint
@@ -175,7 +175,7 @@ recalculate:
* middle of the nonexistent hour means 3:30 am.
*/
syslog(LOG_WARNING,
- "Warning: nonexistent %s time.",
+ "Warning: nonexistent %s time, try to run later.",
utcsec == -1 && localsec == -1 ? "UTC time and local" :
utcsec == -1 ? "UTC" : "local");
if (!sleep_mode) {
@@ -229,7 +229,7 @@ recalculate:
* but perhaps we never get here.
*/
syslog(LOG_WARNING,
- "Warning: nonexistent final %s time.",
+ "Warning: nonexistent final %s time, try to run later.",
utcsec == -1 && localsec == -1 ? "UTC time and local" :
utcsec == -1 ? "UTC" : "local");
if (!sleep_mode) {
OpenPOWER on IntegriCloud