]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_log.h
eal: no more bare metal environment
[dpdk.git] / lib / librte_eal / common / include / rte_log.h
index 02cbb14a327ebcda52713b8eb2792b13c0948ef4..db1ea08c6e81e5d720d2eda577b9a7f04e0848cb 100644 (file)
@@ -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.