Skip to content

Commit

Permalink
Remove msCleanupOnSignal log messages (#5254)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Oct 5, 2016
1 parent 6dbbd3b commit 51fef1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mapserv.c
Expand Up @@ -52,7 +52,9 @@ void msCleanupOnSignal( int nInData )
/* from within the signal handler on Unix. So we force output through */
/* normal stdio functions. */
msIO_installHandlers( NULL, NULL, NULL );
#ifndef NDEBUG
msIO_fprintf( stderr, "In msCleanupOnSignal.\n" );
#endif
msCleanup();
exit(0);
}
Expand Down

0 comments on commit 51fef1b

Please sign in to comment.