summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6138090)
raw | patch | inline | side by side (parent: 6138090)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 10 Jul 2013 14:56:22 +0000 (16:56 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 10 Jul 2013 14:56:22 +0000 (16:56 +0200) |
src/include/core/error.h | patch | blob | history |
index d2ee9f7154404e736a722e2bc7f8c6137f3f2c95..1a55c3b6a6c3436bf4cf359500b4fcbe50b91d70 100644 (file)
--- a/src/include/core/error.h
+++ b/src/include/core/error.h
* 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