diff --git a/src/base/exor/exorUtil.c b/src/base/exor/exorUtil.c index 105a649032..bd0fcf2779 100644 --- a/src/base/exor/exorUtil.c +++ b/src/base/exor/exorUtil.c @@ -189,7 +189,7 @@ int WriteResultIntoFile( char * pFileName ) pFile = fopen( pFileName, "w" ); if ( pFile == NULL ) { - fprintf( pFile, "\n\nCannot open the output file\n" ); + fprintf( stderr, "\n\nCannot open the output file\n" ); return 1; }