Update CompletedPipelineExecutor.cpp

This commit is contained in:
xiao 2023-07-11 17:01:56 +08:00 committed by GitHub
parent 2ab41ed665
commit bc16531876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ CompletedPipelineExecutor::~CompletedPipelineExecutor()
}
catch (...)
{
tryLogCurrentException("PullingAsyncPipelineExecutor");
tryLogCurrentException("CompletedPipelineExecutor");
}
}