diff --git a/ComputingTasks.cc b/ComputingTasks.cc
index ca83e94e8653d004e78518bdf28adb7dd596c105..9843ba7d51c95ea4dbf4ca21c1830d9c3d9fbca4 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;
     }
 }