Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 11, 2024
1 parent bde87b2 commit 740e969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/controllers/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ bool Controller::TransferFromHost(int length)
return false;
}

LogTrace(fmt::format("Transferred {} byte(s)", transferred_length));

UpdateTransferLength(transferred_length);
SetCurrentLength(GetRemainingLength() < GetChunkSize() ? GetRemainingLength() : GetChunkSize());
ResetOffset();
Expand Down

0 comments on commit 740e969

Please sign in to comment.