Skip to content

Commit 51fef1b

Browse files
committed
Remove msCleanupOnSignal log messages (#5254)
1 parent 6dbbd3b commit 51fef1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapserv.c

+2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ void msCleanupOnSignal( int nInData )
5252
/* from within the signal handler on Unix. So we force output through */
5353
/* normal stdio functions. */
5454
msIO_installHandlers( NULL, NULL, NULL );
55+
#ifndef NDEBUG
5556
msIO_fprintf( stderr, "In msCleanupOnSignal.\n" );
57+
#endif
5658
msCleanup();
5759
exit(0);
5860
}

0 commit comments

Comments
 (0)