Merge branch 'master' into apps

Conflicts:
	pkg/services/sqlstore/migrations/migrations.go
This commit is contained in:
Torkel Ödegaard
2016-01-08 10:20:46 +01:00
20 changed files with 205 additions and 63 deletions

View File

@ -79,6 +79,9 @@ func scan(pluginDir string) error {
}
if err := util.Walk(pluginDir, true, true, scanner.walker); err != nil {
if pluginDir != "data/plugins" {
log.Warn("Could not scan dir \"%v\" error: %s", pluginDir, err)
}
return err
}