Skip to content

Commit

Permalink
Use QgsDebugMsg instead of qDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jun 8, 2014
1 parent 2f6e6ca commit 426831b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaprendererjob.cpp
Expand Up @@ -736,7 +736,7 @@ void QgsMapRendererParallelJob::start()

mLayerJobs = prepareJobs( 0, mLabelingEngine );

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

// start async job

Expand Down

0 comments on commit 426831b

Please sign in to comment.