Skip to content

Commit

Permalink
Add missing parameter to log statement. (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues authored Sep 20, 2023
1 parent 5d0f7b3 commit c2e5823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/core/src/clp/FileCompressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ namespace clp {
if (0 != error_code.value()) {
SPDLOG_ERROR(
"Failed to compress {} - {}:{}",
path,
error_code.category().name(),
error_code.message()
);
Expand Down

0 comments on commit c2e5823

Please sign in to comment.