forked from localhorst/reHDD
using tfng instead of urandom
This commit is contained in:
@ -402,7 +402,7 @@ void reHDD::startShredAllDrives(list <Drive>* plistDrives)
|
||||
ostringstream address;
|
||||
address << (void const *)&(*pTmpDrive);
|
||||
Logger::logThis()->info("Started shred (all) for: " + pTmpDrive->getModelName() + "-" + pTmpDrive->getSerial() + " @" + address.str());
|
||||
#endif
|
||||
#endif
|
||||
pTmpDrive->state = Drive::TaskState::SHRED_ACTIVE;
|
||||
thread(ThreadShred, pTmpDrive).detach();
|
||||
}
|
||||
|
Reference in New Issue
Block a user