Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Jan 27, 2024
1 parent 8ac28aa commit 454aeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/s2pdump/s2pdump_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ void S2pDump::DisplayProperties(int id, int lun) const
vector<uint8_t> buf(255);

if (!executor->ModeSense6(buf)) {
cout << "Warning: Can't get mode page data, medium may be missing\n" << flush;
cout << "Warning: Can't get mode page data, medium may be missing or drive was not ready, try again\n" << flush;
return;
}

Expand Down

0 comments on commit 454aeb8

Please sign in to comment.