]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
sync: shorten log messages by removing "info/sync remote:" prefix
authorSimon Ruderich <simon@ruderich.org>
Wed, 12 May 2021 06:22:17 +0000 (08:22 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 12 May 2021 06:25:36 +0000 (08:25 +0200)
commit35c082709bb4fae99e61debf65e146507f265fcc
tree8a5ccdc907b1c38ba7f62fe618d3e17ac24afaae
parentb2d5dd94dfb0cf2154f7c2da4b2e0bd292fed77e
sync: shorten log messages by removing "info/sync remote:" prefix

The prefix provides little value as it already obvious what's happening
on the remote side and in which phase (info/sync). Keeping the log
messages shorter helps the user to focus on the important parts of the
message.
cmd/safcm-remote/info/info.go
cmd/safcm-remote/log/logger.go
cmd/safcm-remote/sync/commands_test.go
cmd/safcm-remote/sync/files_test.go
cmd/safcm-remote/sync/packages_debian_test.go
cmd/safcm-remote/sync/services_systemd_test.go
cmd/safcm-remote/sync/sync.go
cmd/safcm-remote/sync/sync_test.go
cmd/safcm/main_sync_test.go