Change "stopped with error" symbol from warn to fatal

This commit is contained in:
2025-11-24 10:40:41 -05:00
parent 4cef5df83e
commit 8f8d2e13b3

View File

@@ -279,7 +279,7 @@ func (this *environment) run(actor Actor) {
if this.Verb() { log.Printf("(i) [%s] stopped", typ) }
}
} else {
log.Printf("!!! [%s] stopped with error: %v", typ, stopErr)
log.Printf("XXX [%s] stopped with error: %v", typ, stopErr)
if this.flags.crashOnError {
panic(fmt.Sprint(stopErr))
}