diff --git a/src/reHDD.cpp b/src/reHDD.cpp index 32c5b7d..895745f 100644 --- a/src/reHDD.cpp +++ b/src/reHDD.cpp @@ -298,7 +298,7 @@ void reHDD::searchDrives(list * plistDrives) if (outputfileHwinfo == NULL) { - Logger::logThis()->error("Unable to scann attached drives"); + Logger::logThis()->error("Unable to scan attached drives"); exit(EXIT_FAILURE); } @@ -310,6 +310,7 @@ void reHDD::searchDrives(list * plistDrives) tmpDrive->state = Drive::NONE; tmpDrive->bIsOffline = false; plistDrives->push_back(*tmpDrive); + Logger::logThis()->info("search drives: " + tmpDrive->getPath()); } } fclose(outputfileHwinfo);