Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-11 | error-helpers: don't warn when unknown errors are found | Aleksander Morgado | |
Just add the messages with debug level, so that they don't get reported at syslog. Having this kind of warnings in syslog is not useful, specially because we wouldn't know which was the specific command that issued the warning. Errors due to critical issues will anyway be reported in syslog in some way or another. | |||
2013-03-20 | error-helpers: avoid crash when error is not recognized | Aleksander Morgado | |
Just remove the last element with NULL strings in the array of errors, as we're safe using G_N_ELEMENTS() to iterate it. Reported by Jose Maria Gonzalez Calabozo <jmgonzalezc@indra.es> | |||
2012-03-15 | error-helpers: small refactor | Aleksander Morgado | |
2012-03-15 | core: start using our newly defined errors | Aleksander Morgado | |