Review feedback - adding plugin status field

This commit is contained in:
Paul Bellamy
2016-04-08 15:59:24 +01:00
parent f79a49beac
commit fcfd42e5d5
4 changed files with 32 additions and 27 deletions

View File

@@ -206,7 +206,7 @@ func probeMain() {
}
}
p.AddReporter(plugins.Reporter(pluginRegistry))
p.AddReporter(pluginRegistry)
if *httpListen != "" {
go func() {