]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/atlas.cxx
Add generic input support
[flightgear.git] / src / Network / atlas.cxx
index a31378547530262ae3c7e0fd2222865fa3aaabed..3301c55cfd7ea2b572a099c367ad569d4be5b18d 100644 (file)
@@ -568,6 +568,7 @@ bool FGAtlas::process() {
 
 // close the channel
 bool FGAtlas::close() {
+    SG_LOG( SG_IO, SG_INFO, "closing FGAtlas" );   
     SGIOChannel *io = get_io_channel();
 
     set_enabled( false );