]> git.ipfire.org Git - pakfire.git/commitdiff
ctx: Remove logging when the cache path is set
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Nov 2023 17:09:20 +0000 (17:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Nov 2023 17:09:20 +0000 (17:09 +0000)
This is *very* verbose and probably not needed.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/ctx.c

index 5b92b475db9cf1d5554152cb5a1258603f0115ff..eb1e084966e1bfb830539bf56575f40c1f9f18b7 100644 (file)
@@ -316,8 +316,6 @@ PAKFIRE_EXPORT int pakfire_ctx_set_cache_path(struct pakfire_ctx* ctx, const cha
        if (r)
                goto ERROR;
 
-       CTX_DEBUG(ctx, "Set cache path to %s\n", ctx->paths.cache);
-
 ERROR:
        wordfree(&result);