]> git.notmuchmail.org Git - notmuch/commit
lib: replace almost all fprintfs in library with _n_d_log
authorDavid Bremner <david@tethera.net>
Fri, 26 Dec 2014 16:25:35 +0000 (17:25 +0100)
committerDavid Bremner <david@tethera.net>
Sat, 28 Mar 2015 23:34:15 +0000 (00:34 +0100)
commit736ac26407914425a9c94e86616225292cf716dd
tree641ae3fdb6f28233573aa6248796b30421d535f5
parent9b73a8bcc9cb381fc1a15013f4baa3ec9fdb97a7
lib: replace almost all fprintfs in library with _n_d_log

This is not supposed to change any functionality from an end user
point of view. Note that it will eliminate some output to stderr. The
query debugging output is left as is; it doesn't really fit with the
current primitive logging model. The remaining "bad" fprintf will need
an internal API change.
lib/database.cc
lib/directory.cc
lib/index.cc
lib/message.cc
lib/query.cc
test/T560-lib-error.sh