engine: Improve logging for resources and exec
This makes things a bit clearer and fixes some silly formatting bugs.
This commit is contained in:
@@ -243,7 +243,7 @@ func (obj *State) Init() error {
|
||||
|
||||
Debug: obj.Debug,
|
||||
Logf: func(format string, v ...interface{}) {
|
||||
obj.Logf("resource: "+format, v...)
|
||||
obj.Logf(format, v...)
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user