Skip to content

Commit

Permalink
inject output
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Aug 2, 2024
1 parent 6e11877 commit 7933882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/ras/utils/dimm/dimm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ int Dimm::InjectUnsafeShutdown() const {
}

cmd = ndctl_dimm_cmd_new_smart_inject(dimm_);
std::cout << "CMD output: " << cmd << std::endl;

if (ndctl_cmd_smart_inject_unsafe_shutdown(cmd, true)) {
return -1;
Expand Down

0 comments on commit 7933882

Please sign in to comment.