From 487cf9544b1b2943fbf7b895a98afacd0cbe2f24 Mon Sep 17 00:00:00 2001 From: Julian Rother <julianr@fsmpi.rwth-aachen.de> Date: Wed, 18 Jul 2018 01:57:37 +0200 Subject: [PATCH] Fixed live_forward --- live_forward.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live_forward.c b/live_forward.c index a017e83..18bf0a9 100644 --- a/live_forward.c +++ b/live_forward.c @@ -81,6 +81,6 @@ int main(int argc, char *argv[]) if (err = av_write_trailer(mux)) job_failed("Error writing trailer", av_err2str(err)); avio_closep(&mux->pb); - ping_job(jobid, "finished", "{%s, \"log\": \"%s\"}", jescape(get_avlogbuf())); + ping_job(jobid, "finished", "{\"log\": \"%s\"}", jescape(get_avlogbuf())); return 0; } -- GitLab