Plugin's stdout shouldn't show `OUT`

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-11-18 14:54:46 +01:00
parent cee5c0ce15
commit 6de1fd13d3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ var (
)
const (
pluginOutPrefix = "(%s) OUT | "
pluginOutPrefix = "(%s) "
pluginErrPrefix = "(%s) DBG | "
PluginEnvKey = "MACHINE_PLUGIN_TOKEN"
PluginEnvVal = "42"