]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_io.cxx
In the process of changing, adding and removing files the last few years
[flightgear.git] / src / Main / fg_io.cxx
index 226417b5545c13755727e2d777489d7247c4e933..dea77dec26267cb311226963910e9825a394009c 100644 (file)
@@ -320,7 +320,7 @@ void
 FGIO::shutdown_all() {
     FGProtocol *p;
 
-    // cout << "processing I/O channels" << endl;
+    // cout << "shutting down all I/O channels" << endl;
 
     typedef vector< FGProtocol* > container;
     container::iterator i = io_channels.begin();