coms
This commit is contained in:
parent
d3900ad201
commit
fdc18f1a71
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ func NewBackendPlugin(outputConfig map[string]string) (*BackendManager, error) {
|
||||||
// Add the interface and Init()
|
// Add the interface and Init()
|
||||||
newPlugin.funcs = bInterface
|
newPlugin.funcs = bInterface
|
||||||
// Merge backend config from main config file
|
// Merge backend config from main config file
|
||||||
// Merge backend config from main config file
|
|
||||||
if v, ok := outputConfig["debug"]; ok {
|
if v, ok := outputConfig["debug"]; ok {
|
||||||
newPlugin.Config["debug"] = v
|
newPlugin.Config["debug"] = v
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue