mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
crash.log: write plugin regular information only in debug mode (#8230)
* Update pluginloader.lua * Update filemanager.lua * Update readerui.lua
This commit is contained in:
@@ -123,7 +123,7 @@ function PluginLoader:loadPlugins()
|
||||
table.insert(self.enabled_plugins, plugin_module)
|
||||
end
|
||||
else
|
||||
logger.info("Plugin ", mainfile, " has been disabled.")
|
||||
logger.dbg("Plugin ", mainfile, " has been disabled.")
|
||||
end
|
||||
package.path = package_path
|
||||
package.cpath = package_cpath
|
||||
|
||||
Reference in New Issue
Block a user