diff options
| author | levlam <levlam@telegram.org> | 2021-11-08 17:11:35 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-11-08 17:11:35 +0300 |
| commit | b0eca77c9ac80557b2d01fd4589692a4bf3d7d09 (patch) | |
| tree | 233d9ac904d9b7455648b949d4f0acf972357e2e /td/telegram/AutoDownloadSettings.cpp | |
| parent | 6de2763fac75a51001856fef9eae408ca4084207 (diff) | |
Improve logging.
Diffstat (limited to 'td/telegram/AutoDownloadSettings.cpp')
| -rw-r--r-- | td/telegram/AutoDownloadSettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/AutoDownloadSettings.cpp b/td/telegram/AutoDownloadSettings.cpp index 873e57493..5cd77af53 100644 --- a/td/telegram/AutoDownloadSettings.cpp +++ b/td/telegram/AutoDownloadSettings.cpp @@ -104,7 +104,7 @@ class SaveAutoDownloadSettingsQuery final : public Td::ResultHandler { return on_error(result_ptr.move_as_error()); } - LOG(INFO) << "SaveAutoDownloadSettingsQuery returned " << result_ptr.ok(); + LOG(INFO) << "Receive result for SaveAutoDownloadSettingsQuery: " << result_ptr.ok(); promise_.set_value(Unit()); } |
