diff options
Diffstat (limited to 'library/cpp/threading/task_scheduler/task_scheduler.cpp')
| -rw-r--r-- | library/cpp/threading/task_scheduler/task_scheduler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/threading/task_scheduler/task_scheduler.cpp b/library/cpp/threading/task_scheduler/task_scheduler.cpp index 174dde4bf75..63d39b69720 100644 --- a/library/cpp/threading/task_scheduler/task_scheduler.cpp +++ b/library/cpp/threading/task_scheduler/task_scheduler.cpp @@ -165,7 +165,7 @@ void TTaskScheduler::ChangeDebugState(TWorkerThread* thread, const TString& stat ss << w->DebugState << " "; } ss << " [" << Queue_.size() << "] [" << TaskCounter_ << "]" << Endl; - Cerr << ss.Str(); + Cerr << ss.Str(); } bool TTaskScheduler::Wait(TWorkerThread* thread, TQueueIterator& toWait) { |
