|
@@ -379,7 +379,7 @@ void CSATDevices::GetCurrentDevices(std::vector<SATDEV::STDevice> &vtDevices)
|
|
|
//if ( _tcsicmp("List of devices attached ", it->c_str()) == 0 )
|
|
|
if ( it->find("List of devices attached") != std::string::npos ||
|
|
|
it->find("* daemon started successfully") != std::string::npos ||
|
|
|
- it->find("* daemon not running; starting now at tcp:") != std::string::npos )
|
|
|
+ it->find("* daemon not running") != std::string::npos )
|
|
|
continue;
|
|
|
SATDEV::STDevice stDevice;
|
|
|
// É豸ÀàÐÍ;
|