Skip to content

Commit 426831b

Browse files
committed
Use QgsDebugMsg instead of qDebug
1 parent 2f6e6ca commit 426831b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsmaprendererjob.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ void QgsMapRendererParallelJob::start()
736736

737737
mLayerJobs = prepareJobs( 0, mLabelingEngine );
738738

739-
qDebug( "QThreadPool max thread count is %d", QThreadPool::globalInstance()->maxThreadCount() );
739+
QgsDebugMsg( QString( "QThreadPool max thread count is %1" ).arg( QThreadPool::globalInstance()->maxThreadCount() ) );
740740

741741
// start async job
742742

0 commit comments

Comments
 (0)