summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/apply_substs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/apply_substs.cpp')
-rw-r--r--src/preprocessing/passes/apply_substs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preprocessing/passes/apply_substs.cpp b/src/preprocessing/passes/apply_substs.cpp
index 2e40cbd5b..90685b9c7 100644
--- a/src/preprocessing/passes/apply_substs.cpp
+++ b/src/preprocessing/passes/apply_substs.cpp
@@ -37,7 +37,7 @@ PreprocessingPassResult ApplySubsts::applyInternal(
AssertionPipeline* assertionsToPreprocess)
{
Chat() << "applying substitutions..." << std::endl;
- Trace("apply-substs") << "SmtEnginePrivate::processAssertions(): "
+ Trace("apply-substs") << "ApplySubsts::processAssertions(): "
<< "applying substitutions" << std::endl;
// TODO(#1255): Substitutions in incremental mode should be managed with a
// proper data structure.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback