1
0
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:
Valery Sinelnikov 2022-07-04 18:43:11 +04:00
parent 7ade31de8a
commit 931aaf9300
2 changed files with 4 additions and 0 deletions

View File

@ -693,6 +693,9 @@ msgstr "Очистка каталога машинных скриптов"
msgid "Clean user scripts directory"
msgstr "Очистка каталога пользовательских скриптов"
msgid "Saving information about file"
msgstr "Сохранение информации о файле"
# Debug_end
# Warning

View File

@ -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')