On Fri, Sep 9, 2011 at 6:35 PM, Martin S. Weber <[email protected]>wrote:
> That being said, of course a library should never write to stderr directly.
>
>
i just found the reason for it:
/* Error logs from SQLite */
void fossil_sqlite_log(void *notUsed, int iCode, const char *zErrmsg){
fossil_warning("%s: %s", sqlite_error_code_name(iCode), zErrmsg);
}
main.c: sqlite3_config(SQLITE_CONFIG_LOG, fossil_sqlite_log, 0);
which means i can disable it in JSON mode :).
--
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users