diff --git a/libtransmission/torrent.cc b/libtransmission/torrent.cc index 2cbaadbf2..380ebff4b 100644 --- a/libtransmission/torrent.cc +++ b/libtransmission/torrent.cc @@ -1895,8 +1895,8 @@ void tr_torrent::recheck_completeness() this, fmt::format( "State changed from {} to {}", - get_completion_string(this->completeness), - get_completion_string(completeness))); + get_completion_string(completeness), + get_completion_string(new_completeness))); } this->completeness = new_completeness;