1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

messages: Message list expanded

This commit is contained in:
Игорь Чудов 2020-07-29 18:06:44 +04:00
parent 758421b611
commit 8135b21cd3
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -99,6 +99,12 @@ def debug_code(code):
debug_ids[42] = 'Saving information about folder'
debug_ids[43] = 'No value cached for object'
debug_ids[44] = 'Key is already present in cache, will update the value'
debug_ids[45] = 'GPO update started'
debug_ids[46] = 'GPO update finished'
debug_ids[47] = 'Retrieving list of GPOs to replicate from AD DC'
debug_ids[48] = 'Establishing connection with AD DC'
debug_ids[49] = 'Started GPO replication from AD DC'
debug_ids[50] = 'Finished GPO replication from AD DC'
return debug_ids.get(code, 'Unknown debug code')