mirror of
https://github.com/akuker/RASCSI.git
synced 2025-03-11 03:30:32 +00:00
Remove legacy device status logging (#355)
This commit is contained in:
parent
7ce84aac6c
commit
3856fd853b
@ -1330,11 +1330,6 @@ static void *MonThread(void *param)
|
||||
rascsi_response.GetDevicesInfo(result, command, devices, UnitNum);
|
||||
SerializeMessage(fd, result);
|
||||
|
||||
// For backwards compatibility: Log device list if information on all devices was requested.
|
||||
if (!command.devices_size()) {
|
||||
const list<PbDevice>& devices = { result.devices_info().devices().begin(), result.devices_info().devices().end() };
|
||||
LogDevices(ListDevices(devices));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user