X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_log.h;h=db1ea08c6e81e5d720d2eda577b9a7f04e0848cb;hb=f9462cf0b948fff3b3c5b4c05e4386bfe6715a2b;hp=02cbb14a327ebcda52713b8eb2792b13c0948ef4;hpb=9ee27b718bd45d586129d2365c28b51a7bfa0baf;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_log.h b/lib/librte_eal/common/include/rte_log.h index 02cbb14a32..db1ea08c6e 100644 --- a/lib/librte_eal/common/include/rte_log.h +++ b/lib/librte_eal/common/include/rte_log.h @@ -106,8 +106,7 @@ extern FILE *eal_default_log_stream; * * This can be done at any time. The f argument represents the stream * to be used to send the logs. If f is NULL, the default output is - * used, which is the serial line in case of bare metal, or directly - * sent to syslog in case of linux application. + * used (stderr). * * @param f * Pointer to the stream.