]> git.mxchange.org Git - flightgear.git/commitdiff
ever heard of SG_LOG?
authormfranz <mfranz>
Sun, 26 Mar 2006 08:11:40 +0000 (08:11 +0000)
committermfranz <mfranz>
Sun, 26 Mar 2006 08:11:40 +0000 (08:11 +0000)
src/Airports/dynamics.cxx
src/Airports/runwayprefs.cxx

index 57cce5526061446a6c00965a0f41119c89dfed12..def5007aeb9dea5ed05c2292734a7b324eca006f 100644 (file)
@@ -437,13 +437,13 @@ void  FGAirportDynamics::pi (const char * target, const char * data) {
 }
 
 void  FGAirportDynamics::warning (const char * message, int line, int column) {
-  cout << "Warning: " << message << " (" << line << ',' << column << ')'   
-       << endl;
+  //cout << "Warning: " << message << " (" << line << ',' << column << ')'   
+  //     << endl;
 }
 
 void  FGAirportDynamics::error (const char * message, int line, int column) {
-  cout << "Error: " << message << " (" << line << ',' << column << ')'
-       << endl;
+  //cout << "Error: " << message << " (" << line << ',' << column << ')'
+  //     << endl;
 }
 
 void FGAirportDynamics::setRwyUse(const FGRunwayPreference& ref)
index e829c8dd057dea344a22f21f721b108a989f9c8e..5a5a146b24c923c33966f155776c8f70d2bd2681 100644 (file)
@@ -566,11 +566,11 @@ void  FGRunwayPreference::pi (const char * target, const char * data) {
 }
 
 void  FGRunwayPreference::warning (const char * message, int line, int column) {
-  cout << "Warning: " << message << " (" << line << ',' << column << ')'   
-       << endl;
+  //cout << "Warning: " << message << " (" << line << ',' << column << ')'   
+  //     << endl;
 }
 
 void  FGRunwayPreference::error (const char * message, int line, int column) {
-  cout << "Error: " << message << " (" << line << ',' << column << ')'
-       << endl;
+  //cout << "Error: " << message << " (" << line << ',' << column << ')'
+  //     << endl;
 }