mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Added log about saving information about file
This commit is contained in:
parent
7ade31de8a
commit
931aaf9300
@ -693,6 +693,9 @@ msgstr "Очистка каталога машинных скриптов"
|
||||
msgid "Clean user scripts directory"
|
||||
msgstr "Очистка каталога пользовательских скриптов"
|
||||
|
||||
msgid "Saving information about file"
|
||||
msgstr "Сохранение информации о файле"
|
||||
|
||||
# Debug_end
|
||||
|
||||
# Warning
|
||||
|
@ -267,6 +267,7 @@ def debug_code(code):
|
||||
debug_ids[159] = 'Scripts applier for user in user context will not be started'
|
||||
debug_ids[160] = 'Clean machine scripts directory'
|
||||
debug_ids[161] = 'Clean user scripts directory'
|
||||
debug_ids[162] = 'Saving information about file'
|
||||
|
||||
return debug_ids.get(code, 'Unknown debug code')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user