feature/ipc_mgsqueue_printer (#57)
closes #56 Co-authored-by: localhorst <localhorst@mosad.xyz> Reviewed-on: #57
This commit is contained in:
@ -182,7 +182,7 @@ void Drive::checkFrozenDrive(void)
|
||||
if((u32localtime - this->u32Timestamp) >= (FROZEN_TIMEOUT*60) && (this->u32Timestamp > 0) && (this->getTaskPercentage() < 100.0))
|
||||
{
|
||||
Logger::logThis()->warning("Drive Frozen: " + this->getModelName() + " " + this->getSerial());
|
||||
this->bWasDeleteted = false;
|
||||
this->bWasDeleted = false;
|
||||
this->bWasShredded = false;
|
||||
this->state = Drive::FROZEN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user