1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-03-31 01:24:31 +00:00

added logConsoleOnlyIfDebug to errorKernel

This commit is contained in:
postmannen 2022-02-18 07:01:43 +01:00
parent 244804bae9
commit 5d9e57db20

View file

@ -187,6 +187,12 @@ func (e *errorKernel) infoSend(proc process, msg Message, err error) {
e.errorCh <- ev
}
func (e *errorKernel) logConsoleOnlyIfDebug(err error, c *Configuration) {
if c.EnableDebug {
log.Printf("%v\n", err)
}
}
// // TODO: Needs more work.
// //
// // errWithAction