Skip to content

Commit

Permalink
Logging improved: FileDownload and FileUpload
Browse files Browse the repository at this point in the history
  • Loading branch information
berezins committed May 31, 2020
1 parent 89ce540 commit 5cdd02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crowdin_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ dispatch::future<void> CrowdinClient::UploadFile(const long project_id,
const std::string& file_extension,
const std::string& file_content)
{
wxLogTrace("poedit.crowdin", "UploadFile(project_id=%ld, lang=%s, file_id=%ld, file_extension=%s)", project_id, lang.LanguageTag().c_str(), file_id, file_extension.c_str());
return m_api->post(
"storages",
octet_stream_data(file_content),
Expand Down

0 comments on commit 5cdd02c

Please sign in to comment.