From e4d1c42be2da7ce3cba51741b7b76f7f9cdaeb8a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 10 Jul 2013 16:56:22 +0200 Subject: [PATCH] error: Updated documentation; removed obsolete TODO note. --- src/include/core/error.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.30.2