mirror of https://github.com/nymea/nymea.git
Update device debug operator
parent
8d2d0446bc
commit
0a4381f09c
|
|
@ -264,8 +264,8 @@ Device *Devices::findById(const DeviceId &id)
|
|||
QDebug operator<<(QDebug dbg, Device *device)
|
||||
{
|
||||
dbg.nospace() << "Device(" << device->name();
|
||||
dbg.nospace() << ", id" << device->id();
|
||||
dbg.nospace() << ", deviceClassId" << device->deviceClassId() << ")";
|
||||
dbg.nospace() << ", id: " << device->id().toString();
|
||||
dbg.nospace() << ", deviceClassId: " << device->deviceClassId().toString() << ")";
|
||||
return dbg.space();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue