]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
sync: simplify LogFunc to take the log message as string
authorSimon Ruderich <simon@ruderich.org>
Wed, 12 May 2021 06:17:39 +0000 (08:17 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 12 May 2021 06:25:36 +0000 (08:25 +0200)
commitb2d5dd94dfb0cf2154f7c2da4b2e0bd292fed77e
treedc9c4f604d2322d04f8299f5b0c32e03dfba4000
parentb833e6d877e00290146fcd1e75a533664cf2dcb7
sync: simplify LogFunc to take the log message as string

LogFunc is not directly called by regular code which makes the format
string less useful.
cmd/safcm-remote/log/logger.go
cmd/safcm-remote/main.go
cmd/safcm-remote/sync/sync_test.go