xref: /dpdk/lib/node/log.c (revision 9c30a6f3c9a456e8111a2b1e5f6c2c02a62025b6)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2020 Marvell International Ltd.
3  */
4 
5 #include "node_private.h"
6 
7 RTE_LOG_REGISTER_DEFAULT(rte_node_logtype, INFO);
8