mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 10:47:06 +02:00
fix output formatting
This commit is contained in:
@@ -193,7 +193,7 @@ func (p *Provider) grWatchDockerChanges() {
|
||||
return
|
||||
case msg := <-msgChan:
|
||||
// TODO: handle actor only
|
||||
p.Logf("Event", "%s %s caused rebuild", msg.Action, msg.Actor.Attributes["name"])
|
||||
p.Logf("Event", "container %s %s caused rebuild", msg.Actor.Attributes["name"], msg.Action)
|
||||
p.StopAllRoutes()
|
||||
p.BuildStartRoutes()
|
||||
case err := <-errChan:
|
||||
|
||||
Reference in New Issue
Block a user