]> git.ipfire.org Git - pakfire.git/commitdiff
job: Fix typo
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Oct 2024 14:28:31 +0000 (14:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Oct 2024 14:28:31 +0000 (14:28 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/job.c

index e66d7ea5d8ebffa1c1770e949a7daa0dde761b2b..100a00635698e22dc553ef366a5eac5eb11dd25b 100644 (file)
@@ -294,7 +294,7 @@ static int pakfire_job_send_log(struct pakfire_job* job, int priority, const cha
 
        // Bail if we don't have a control connection
        if (!job->control) {
-               CTX_DEBUG(job-ctx, "Cannot send log message because the control connection is down\n");
+               CTX_DEBUG(job->ctx, "Cannot send log message because the control connection is down\n");
                return 0;
        }