Code

store_test: Fixed golden data for tojson() test.
[sysdb.git] / src / include / core / error.h
index d2ee9f7154404e736a722e2bc7f8c6137f3f2c95..1a55c3b6a6c3436bf4cf359500b4fcbe50b91d70 100644 (file)
@@ -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