Now that we always initialize libblkid debugging when loading we don't
need them anymore.
if (!ret_cache)
return -BLKID_ERR_PARAM;
- blkid_init_debug(0);
-
if (!(cache = calloc(1, sizeof(struct blkid_struct_cache))))
return -BLKID_ERR_MEM;
if (!token)
return NULL;
- if (!cache || !*cache)
- blkid_init_debug(0);
-
DBG(EVALUATE, ul_debug("evaluating %s%s%s", token, value ? "=" : "",
value ? value : ""));
return EXIT_FAILURE;
}
- blkid_init_debug(0);
-
res = blkid_evaluate_spec(argv[1], &cache);
if (res)
printf("%s\n", res);
int i;
blkid_probe pr;
- blkid_init_debug(0);
pr = calloc(1, sizeof(struct blkid_struct_probe));
if (!pr)
return NULL;