]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_common_options.c
cryptodev: pass IV as offset
[dpdk.git] / lib / librte_eal / common / eal_common_options.c
index e9b45c49a7bb65c1c43b970e71a6cbd8c10eea9d..f470195f3d363bd5981cc525413f5b35ac472282 100644 (file)
@@ -762,9 +762,6 @@ eal_parse_log_level(const char *arg)
        if (tmp >= UINT32_MAX)
                goto fail;
 
-       printf("set log level %s,%lu\n",
-               type, tmp);
-
        if (type == NULL) {
                rte_log_set_global_level(tmp);
        } else if (rte_log_set_level_regexp(type, tmp) < 0) {