simplified error messages

This commit is contained in:
yusing
2024-10-19 14:25:28 +08:00
parent bd732dfa0a
commit 01ffe0d97c
7 changed files with 43 additions and 19 deletions

View File

@@ -33,7 +33,7 @@ func DockerProviderImpl(name, dockerHost string, explicitOnly bool) (ProviderImp
}
func (p *DockerProvider) String() string {
return "docker: " + p.name
return "docker@" + p.name
}
func (p *DockerProvider) NewWatcher() W.Watcher {