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:
parent
d3caf73dac
commit
70886bd605
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user