run: reword a comment

Use unicode m-dash and remove the part about discoverability, since it's just a
warning on the terminal.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-04-26 08:46:01 +02:00
parent 04220fda5c
commit e608bf6f7f

View file

@ -390,11 +390,10 @@ static int parse_argv(int argc, char *argv[]) {
r = calendar_spec_next_usec(cs, now(CLOCK_REALTIME), NULL);
if (r == -ENOENT)
/* The calendar event is in the past - let's warn about this, but install it
* anyway as it is. The service manager will trigger the service right-away
* then, but everything is discoverable as usual. Moreover, the server side
* might have a different clock or timezone than we do, hence it should
* decide when or whether to run something. */
/* The calendar event is in the past — let's warn about this, but install it
* anyway as is. The service manager will trigger the service right away.
* Moreover, the server side might have a different clock or timezone than we
* do, hence it should decide when or whether to run something. */
log_warning("Specified calendar expression is in the past, proceeding anyway.");
else if (r < 0)
return log_error_errno(r, "Failed to calculate next time calendar expression elapses: %m");