csync_update/reconcile: replace CSYNC_LOG with qDebug/qInfo
authorOlivier Goffart <ogoffart@woboq.com>
Thu, 21 Sep 2017 13:45:56 +0000 (15:45 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:35 +0000 (22:01 +0200)
commitdc0a0841fa1355305185be53245908af081d7580
treeee38f6e5f361101de47ed6861cc090e057ccadec
parent351e65309cb160b5000cbbcb3474222cf35675c9
csync_update/reconcile: replace CSYNC_LOG with qDebug/qInfo

CSYNC_LOG has quite an overhead as it uses vsprintf and it might
be run even if the category is disabled
src/csync/csync_reconcile.cpp
src/csync/csync_update.cpp
src/csync/vio/csync_vio.cpp