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

Fix debug messages typos in file copy applier

This commit is contained in:
Evgeny Sinelnikov 2023-03-19 01:19:59 +04:00
parent 142d6eda50
commit c729b8a6d6
3 changed files with 5 additions and 5 deletions

View File

@ -153,7 +153,7 @@ class Files_cp:
if targetFile.exists():
targetFile.unlink()
logdata['File'] = targetFile
log('D192', logdata)
log('D193', logdata)
except Exception as exc:
logdata['exc'] = exc

View File

@ -771,13 +771,13 @@ msgstr "Запись настройки Яндекс Браузера в"
msgid "Running networkshare applier for user"
msgstr "Запуск применение настроек сетевых каталогов для пользователя"
msgid "File copy"
msgid "Copying a file"
msgstr "Копирование файла"
msgid "Running networkshare applier for user will not be started"
msgstr "Применение настроек сетевых каталогов для пользователя не будет запущено"
msgid "File update"
msgid "Updating a file"
msgstr "Обновление файла"
msgid "Applying settings for network share"

View File

@ -295,8 +295,8 @@ def debug_code(code):
debug_ids[188] = 'Running networkshare applier for user'
debug_ids[189] = 'Running networkshare applier for user will not be started'
debug_ids[190] = 'Applying settings for network share'
debug_ids[191] = 'File copy'
debug_ids[192] = 'File update'
debug_ids[191] = 'Copying a file'
debug_ids[192] = 'Updating a file'
debug_ids[193] = 'Deleting a file'
debug_ids[194] = 'Failed to create a symlink to the network drives mountpoint'
debug_ids[195] = 'Failed to create a symlink to the system network drives mountpoint'