1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-01-25 18:03:46 +03:00

plugin.plugin_manager: Logging improved

This commit is contained in:
Игорь Чудов 2020-07-28 12:09:40 +04:00
parent d3caf73dac
commit 70886bd605
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -28,7 +28,7 @@ from messages import message_with_code
class plugin_manager:
def __init__(self):
self.plugins = dict()
logging.info(slogm(message_with_code('I7')))
logging.debug(slogm(message_with_code('D3')))
try:
self.plugins['adp'] = adp()
except PluginInitError as exc: