diff --git a/src/DynamicModel.cc b/src/DynamicModel.cc
index 52afc8b2ebc01ff1af822a8be2537265d0bbd85e..d8e188781c77c7b6b4019b4e2e0cf82f2998d852 100644
--- a/src/DynamicModel.cc
+++ b/src/DynamicModel.cc
@@ -4680,7 +4680,7 @@ DynamicModel::addPacModelConsistentExpectationEquation(const string &name, int d
       neqs++;
       pac_expectation_substitution[{name, eqtag}] = AddVariable(mce_z1_symb_id);
     }
-  cout << "Pac Model Consistent Expectation: added " << neqs << " auxiliary variables and equations." << endl;
+  cout << "Pac Model Consistent Expectation: added " << neqs << " auxiliary variables and equations for model " << name << "." << endl;
 }
 
 void