X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftimedate%2Ftimedated.c;h=c4a797acc97e4360ff36a512cf4765baa54fc6cf;hp=d85ce57394468347028cdadcca9b5577246a29e7;hb=6f285378aa6e4b5b23c939d1fea16f9ab0a57efb;hpb=9029f64298cb70c12ecf638fddee7f41b056fcf1 diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index d85ce5739..c4a797acc 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -468,7 +468,7 @@ static int property_get_rtc_time( zero(tm); r = hwclock_get_time(&tm); if (r == -EBUSY) { - log_warning("/dev/rtc is busy, is somebody keeping it open continously? That's not a good idea... Returning a bogus RTC timestamp."); + log_warning("/dev/rtc is busy, is somebody keeping it open continuously? That's not a good idea... Returning a bogus RTC timestamp."); t = 0; } else if (r == -ENOENT) { log_debug("Not /dev/rtc found.");