diff options
author | iudovin <[email protected]> | 2022-02-10 16:49:30 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:30 +0300 |
commit | a2d2743094c8d255cda4011b317235874db4d01c (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/tvmauth/client/misc/api/threaded_updater.cpp | |
parent | 68facab0fbe1972f2588704e1f7ea6698adf151e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/tvmauth/client/misc/api/threaded_updater.cpp')
-rw-r--r-- | library/cpp/tvmauth/client/misc/api/threaded_updater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/tvmauth/client/misc/api/threaded_updater.cpp b/library/cpp/tvmauth/client/misc/api/threaded_updater.cpp index 734fdc7bb3a..a7df49c05dd 100644 --- a/library/cpp/tvmauth/client/misc/api/threaded_updater.cpp +++ b/library/cpp/tvmauth/client/misc/api/threaded_updater.cpp @@ -163,7 +163,7 @@ namespace NTvmAuth::NTvmApi { RetrySettingsFilepath_ = path + "retry_settings"; } else { - LogInfo("Disk cache disabled. Please set disk cache directory in settings for best reliability"); + LogInfo("Disk cache disabled. Please set disk cache directory in settings for best reliability"); } } |