mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-23 06:30:04 +00:00
Fixed typos
This commit is contained in:
parent
44d6696636
commit
560997134f
@ -682,7 +682,7 @@ bool ProcessCmd(int fd, const PbDeviceDefinition& pb_device, const PbOperation o
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
s << "', device id=" << id << ", unit=" << unit << ", type=" << PbDeviceType_Name(type);
|
s << ", device id=" << id << ", unit=" << unit << ", type=" << PbDeviceType_Name(type);
|
||||||
|
|
||||||
if (pb_device.params_size()) {
|
if (pb_device.params_size()) {
|
||||||
s << ", device params=";
|
s << ", device params=";
|
||||||
@ -694,7 +694,7 @@ bool ProcessCmd(int fd, const PbDeviceDefinition& pb_device, const PbOperation o
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
s << "', vendor='" << pb_device.vendor() << "', product='" << pb_device.product()
|
s << ", vendor='" << pb_device.vendor() << "', product='" << pb_device.product()
|
||||||
<< "', revision='" << pb_device.revision()
|
<< "', revision='" << pb_device.revision()
|
||||||
<< "', block size=" << pb_device.block_size();
|
<< "', block size=" << pb_device.block_size();
|
||||||
LOGINFO("%s", s.str().c_str());
|
LOGINFO("%s", s.str().c_str());
|
||||||
|
Loading…
Reference in New Issue
Block a user