From: Adam Dickmeiss Date: Tue, 19 Aug 2014 08:51:15 +0000 (+0200) Subject: log: disable the non-buffered logging YAZ-780 X-Git-Tag: v5.4.0~2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=567334fecf3bd2b481e32c67ef91f3a4ee04eabb;hp=567334fecf3bd2b481e32c67ef91f3a4ee04eabb;p=yaz-moved-to-github.git log: disable the non-buffered logging YAZ-780 This makes yaz_log on regular files make one write per line rather than one write per fprintf call. ---