hide warning output

This commit is contained in:
cryptonote-social 2020-07-25 19:53:34 -07:00
parent 4fb8429144
commit 395329d902

View File

@ -55,7 +55,7 @@ func (s GnomeScreenStater) GetScreenStateChannel() (chan csminer.ScreenState, er
continue
}
}
crylog.Info("ignoring dbus message:", m)
//crylog.Info("ignoring dbus message:", m)
}
crylog.Error("dbus listener goroutine exiting")
}()