]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
safcm: simplify Sync.logf to take the log message as string
authorSimon Ruderich <simon@ruderich.org>
Wed, 12 May 2021 06:35:59 +0000 (08:35 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 12 May 2021 06:35:59 +0000 (08:35 +0200)
commit0d6364c68d5e523f3c69b93d48cadfb7c150b652
treea5a4d34d264c6e90d4c067a744d5fc269670e880
parent184dff6d9bd322819d25e4dfdf0a69f2a163974b
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().
cmd/safcm/sync.go
cmd/safcm/sync_sync.go