Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clearer logging in self-update (#28)
The old logging appeared as: ``` I0307 15:41:31.709551 3 update.go:100] Installed (os: 0.3.1709825047-incompatible applet: 0.3.1709823315-incompatible) I0307 15:41:31.721181 3 update.go:101] Updates (os: 0.3.1709825047-incompatible applet: 0.3.1709823315-incompatible) ``` This takes up two lines on a regular schedule, and looks like it is performing an operation. This logging has now been moved to only when no updates are applied and takes a single line. When an update is being applied, we still get an entry that says `Upgrading OS/applet from X to Y`.
- Loading branch information