Skip to content

Commit

Permalink
Sneaky logging! moved to debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnavaghosh04 committed Apr 18, 2024
1 parent a28bdee commit 3c56ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tagged_stream_fixed_length_padder_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int tagged_stream_fixed_length_padder_impl::calculate_output_stream_length(

d_len += d_additional_symb_overflow;

d_logger->info("len: {}", d_len);
d_logger->debug("len: {}", d_len);

return d_len;
}
Expand Down

0 comments on commit 3c56ea1

Please sign in to comment.