ever heard of SG_LOG?
This commit is contained in:
parent
798e3c505c
commit
b906a06be7
2 changed files with 8 additions and 8 deletions
|
@ -437,13 +437,13 @@ void FGAirportDynamics::pi (const char * target, const char * data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void FGAirportDynamics::warning (const char * message, int line, int column) {
|
void FGAirportDynamics::warning (const char * message, int line, int column) {
|
||||||
cout << "Warning: " << message << " (" << line << ',' << column << ')'
|
//cout << "Warning: " << message << " (" << line << ',' << column << ')'
|
||||||
<< endl;
|
// << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
void FGAirportDynamics::error (const char * message, int line, int column) {
|
void FGAirportDynamics::error (const char * message, int line, int column) {
|
||||||
cout << "Error: " << message << " (" << line << ',' << column << ')'
|
//cout << "Error: " << message << " (" << line << ',' << column << ')'
|
||||||
<< endl;
|
// << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
void FGAirportDynamics::setRwyUse(const FGRunwayPreference& ref)
|
void FGAirportDynamics::setRwyUse(const FGRunwayPreference& ref)
|
||||||
|
|
|
@ -566,11 +566,11 @@ void FGRunwayPreference::pi (const char * target, const char * data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void FGRunwayPreference::warning (const char * message, int line, int column) {
|
void FGRunwayPreference::warning (const char * message, int line, int column) {
|
||||||
cout << "Warning: " << message << " (" << line << ',' << column << ')'
|
//cout << "Warning: " << message << " (" << line << ',' << column << ')'
|
||||||
<< endl;
|
// << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
void FGRunwayPreference::error (const char * message, int line, int column) {
|
void FGRunwayPreference::error (const char * message, int line, int column) {
|
||||||
cout << "Error: " << message << " (" << line << ',' << column << ')'
|
//cout << "Error: " << message << " (" << line << ',' << column << ')'
|
||||||
<< endl;
|
// << endl;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue