This commit is contained in:
Hieu Hoang 2015-01-27 18:24:15 +00:00
parent d7f5bb41fa
commit 5244a7b607

View File

@ -45,7 +45,7 @@ void TranslationTask::Run()
// report thread number
#if defined(WITH_THREADS) && defined(BOOST_HAS_PTHREADS)
TRACE_ERR("Translating line " << translationId << " in thread id " << pthread_self() << endl);
VERBOSE(2, "Translating line " << translationId << " in thread id " << pthread_self() << endl);
#endif