forked from cerc-io/plugeth
clean up/copyedit
This commit is contained in:
parent
9badeb2b93
commit
a9c2d243c5
@ -77,7 +77,7 @@ func NewPluginLoader(target string) (*PluginLoader, error) {
|
||||
}
|
||||
plug, err := plugin.Open(fpath)
|
||||
if err != nil {
|
||||
log.Warn("File in plugin directory could not be loaded: %v", "file", fpath, "error", err.Error())
|
||||
log.Warn("File in plugin directory could not be loaded", "file", fpath, "error", err)
|
||||
continue
|
||||
}
|
||||
// Any type of plugin can potentially specify flags
|
||||
|
Loading…
Reference in New Issue
Block a user