Describe interval units

This commit is contained in:
Roy Marples 2009-04-24 06:37:29 +00:00
parent ade85d4bd8
commit e643a7fdd5

View File

@ -520,8 +520,8 @@ svc_wait(const char *svc)
return false;
timespecsub(&warn, &interval, &warn);
if (warn.tv_sec <= 0) {
ewarn("%s: waiting for %s (%zu)", applet, svc,
timeout.tv_sec);
ewarn("%s: waiting for %s (%zu seconds)",
applet, svc, timeout.tv_sec);
warn.tv_sec = WARN_TIMEOUT;
warn.tv_nsec = 0;
}