Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Jul 30, 2024
1 parent f5c5905 commit 4bb0831
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions disk/disktest.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ func ddTest2(blockFile, blockName, blockCount, bs string) string {
}
}
}
if EnableLoger {
Logger.Info("tempText: " + tempText)
}
result += parseResultDD(tempText, blockCount)
result += "\n"
return result
Expand Down

0 comments on commit 4bb0831

Please sign in to comment.