fix missing word in error msg

This commit is contained in:
cryptonote-social 2020-12-22 11:28:40 -08:00
parent 4eafaa9b65
commit d0de4e6ad6

View File

@ -105,7 +105,7 @@ func Mine(c *MinerConfig) error {
ch, err := c.MachineStater.GetMachineStateChannel(c.Saver)
if err != nil {
minerlib.ReportIdleScreenState(true)
crylog.Error("failed to machine state monitor, screen & battery state will be ignored")
crylog.Error("failed to get machine state monitor, screen & battery state will be ignored")
} else {
go monitorMachineState(ch)
}