Skip to content

Commit 44eb139

Browse files
committed
test: debug message
Signed-off-by: Yejin Seo <yejseo01@arm.com>
1 parent 21e05b7 commit 44eb139

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/simulator/remoteproc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ func (r *Remoteproc) loop() {
129129
log.Printf("Remoteproc shutting down")
130130
return
131131
case event, ok := <-r.watcher.Changes():
132+
log.Printf("Remoteproc detected change: %s = %s", event.Filename, event.Value)
132133
if !ok {
133134
return
134135
}

0 commit comments

Comments
 (0)