From: Sebastian Harl Date: Wed, 10 Jul 2013 14:56:22 +0000 (+0200) Subject: error: Updated documentation; removed obsolete TODO note. X-Git-Tag: sysdb-0.1.0~405 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=e4d1c42be2da7ce3cba51741b7b76f7f9cdaeb8a error: Updated documentation; removed obsolete TODO note. --- diff --git a/src/include/core/error.h b/src/include/core/error.h index d2ee9f7..1a55c3b 100644 --- a/src/include/core/error.h +++ b/src/include/core/error.h @@ -31,9 +31,7 @@ * will use its own memory region to store information about the last reported * error. * Once the error message has been passed to SysDB, it will log the entire - * message at once. XXX: currently, SysDB only supports printing the error to - * the standard error channel; support for other logging backends will be - * added later in a modular fashion. + * message at once. The message will be sent to all registered log functions. */ #ifndef SDB_CORE_ERROR_H