Skip to content
Snippets Groups Projects
Commit aebc62e0 authored by Wolfgang Welz's avatar Wolfgang Welz
Browse files

feat: improve analysis status

parent 2d72324b
Branches
Tags
No related merge requests found
...@@ -25,12 +25,12 @@ func run(plugin *node.Plugin) { ...@@ -25,12 +25,12 @@ func run(plugin *node.Plugin) {
webinterface.Run(plugin) webinterface.Run(plugin)
server.Run(plugin) server.Run(plugin)
} else { } else {
log.Info("Starting Plugin: Analysis ... server is disabled (server-port is 0)") log.Info("Server is disabled (server-port is 0)")
} }
if parameter.NodeConfig.GetString(client.CFG_SERVER_ADDRESS) != "" { if parameter.NodeConfig.GetString(client.CFG_SERVER_ADDRESS) != "" {
client.Run(plugin) client.Run(plugin)
} else { } else {
log.Info("Starting Plugin: Analysis ... client is disabled (server-address is empty)") log.Info("Client is disabled (server-address is empty)")
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment