diff --git a/ComputingTasks.cc b/ComputingTasks.cc index ca83e94e..9843ba7d 100644 --- a/ComputingTasks.cc +++ b/ComputingTasks.cc @@ -1058,7 +1058,7 @@ ObservationTrendsStatement::writeOutput(ostream &output, const string &basename, output << "';" << endl; } else - cout << "Error : Non-variable symbol used in TREND_COEFF: " << it->first << endl; + cerr << "Warning : Non-variable symbol used in observation_trends: " << it->first << endl; } }