Skip to content

Commit

Permalink
iioutil: make IIOScanTask quieter
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Suciu <[email protected]>
  • Loading branch information
adisuciu committed Oct 31, 2024
1 parent caac71a commit e384d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iioutil/src/iioscantask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void IIOScanTask::setScanParams(QString s) { scanParams = s; }

int IIOScanTask::scan(QVector<QPair<QString, QString>> *ctxs, QString scanParams)
{
qInfo(CAT_IIOSCANCTX) << "start scanning";
qDebug(CAT_IIOSCANCTX) << "start scanning";
struct iio_scan_context *scan_ctx = NULL;
struct iio_context_info **info;
int num_contexts;
Expand Down

0 comments on commit e384d27

Please sign in to comment.