Skip to content

Commit

Permalink
Refactor debug logging statements in AgingScenario::run() function
Browse files Browse the repository at this point in the history
  • Loading branch information
janjurca committed Apr 19, 2024
1 parent aff3d16 commit 9609d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/scenarios/aging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void AgingScenario::run() {
break;
}
case DELETE_DIR: {
spdlod::debug("DELETE_DIR");
spdlog::debug("DELETE_DIR");
auto random_dir = tree.randomDirectory();
auto random_dir_path = random_dir->path(true);
spdlog::debug("DELETE_DIR {}", random_dir_path);
Expand Down

0 comments on commit 9609d04

Please sign in to comment.