Change sensor creation log level to info
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
SensorDriver::Sensor::Sensor(const QString& serialPortName) : m_serialPortName(serialPortName)
|
||||
{
|
||||
qDebug(ltr("Creating sensor on serial port %1").arg(m_serialPortName));
|
||||
qInfo(ltr("Creating sensor on serial port %1").arg(m_serialPortName));
|
||||
}
|
||||
|
||||
SensorDriver::Sensor::~Sensor()
|
||||
|
||||
Reference in New Issue
Block a user