There are printf() and fprintf() calls in this code:

2013-12-05 13:51, ramesh.bet...@oracle.com skrev:
> +     printf("\nMQSV:MQD:ON");
>       if (mqd_lib_req(&lib_create) != NCSCC_RC_SUCCESS) {
>               fprintf(stderr, "mqd_lib_req FAILED\n");
Since stdout and stderr are redirected to /dev/null in all OpenSAF 
services, these should be removed. Or if they are relevant, the printf's 
can be converted to TRACE() and the fprintf's to LOG_ER().

regards,
Anders Widell


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to