Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Changing log to Debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmigottipati committed Apr 27, 2017
1 parent 8da22ea commit d9fa46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/plugin_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ func (p *pluginManager) UnloadPlugin(pl core.Plugin) (*loadedPlugin, serror.Snap
"plugin-name": plugin.Name(),
"plugin-version": plugin.Version(),
"plugin-path": plugin.Details.Path,
}).Info("Nothing to delete as temp path is empty")
}).Debug("Nothing to delete as temp path is empty")
}

p.loadedPlugins.remove(plugin.Key())
Expand Down

0 comments on commit d9fa46e

Please sign in to comment.