extra logging

This commit is contained in:
Alex Dadgar
2018-09-27 09:34:58 -07:00
committed by Michael Schurter
parent e2553a13d4
commit 14cc4f7337
2 changed files with 2 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ func (l *PluginLoader) scan() ([]os.FileInfo, error) {
if err != nil {
// There are no plugins to scan
if os.IsNotExist(err) {
l.logger.Debug("skipping external plugins since plugin_dir doesn't exist")
return nil, nil
}