Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in error logging for invalid config #9

Open
mccaffrey-jonathan opened this issue Feb 17, 2016 · 0 comments
Open

Typo in error logging for invalid config #9

mccaffrey-jonathan opened this issue Feb 17, 2016 · 0 comments

Comments

@mccaffrey-jonathan
Copy link

The error logging for exec > period logs the opposite of the actual constraint. I think it should be
Exec must be less than or equal to period .

/* exec time */ exec = get_int_value_from(obj, "exec", FALSE, 0); if (exec > period) { log_critical(PIN2 "Exec must be greather than period"); exit(EXIT_INV_CONFIG); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant