瀏覽代碼

integration: fix log message

The message was mistakenly replaced with a completely different one.

Fixes: cf2ea7613899477

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Kir Kolyshkin 7 年之前
父節點
當前提交
2c2834ba4d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/test/daemon/daemon.go

+ 1 - 1
internal/test/daemon/daemon.go

@@ -435,7 +435,7 @@ out1:
 			return err
 		case <-time.After(20 * time.Second):
 			// time for stopping jobs and run onShutdown hooks
-			d.log.Logf("[%s] daemon started", d.id)
+			d.log.Logf("[%s] daemon stop timeout", d.id)
 			break out1
 		}
 	}