From: Simon Ruderich Date: Wed, 12 May 2021 06:35:59 +0000 (+0200) Subject: safcm: simplify Sync.logf to take the log message as string X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=0d6364c68d5e523f3c69b93d48cadfb7c150b652;hp=0d6364c68d5e523f3c69b93d48cadfb7c150b652;p=safcm%2Fsafcm.git safcm: simplify Sync.logf to take the log message as string logf() is not directly called by regular code which makes the format string less useful. Also rename it to log(). ---