diff --git a/src/DynamicModel.cc b/src/DynamicModel.cc
index cd3dc8461413a296c8a95949ce0bf7d524a4f571..f6b44e9d632251ac3f3bdf601e081029205b924a 100644
--- a/src/DynamicModel.cc
+++ b/src/DynamicModel.cc
@@ -4154,7 +4154,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