Update ThreadPool.cpp

This commit is contained in:
Alexander Kuzmenkov 2020-09-15 19:58:09 +03:00 committed by GitHub
parent a792850ecd
commit 5afb19faf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ void GlobalThreadPool::initialize(size_t max_threads)
{
if (the_instance)
{
throw Exception(ErrorCodes::LOGICAL_ERROR,
throw Exception(DB::ErrorCodes::LOGICAL_ERROR,
"The global thread pool is initialized twice");
}