aboutsummaryrefslogtreecommitdiff
path: root/src/mm-error-helpers.c
AgeCommit message (Collapse)Author
2013-09-11error-helpers: don't warn when unknown errors are foundAleksander 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-20error-helpers: avoid crash when error is not recognizedAleksander 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-15error-helpers: small refactorAleksander Morgado
2012-03-15core: start using our newly defined errorsAleksander Morgado