]> git.ipfire.org Git - pakfire.git/commit
log stream: Expect the callback to consume the entire line
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Mar 2025 16:57:36 +0000 (16:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Mar 2025 16:57:36 +0000 (16:57 +0000)
commit919269fda3733a40f76b1198bcae8f015bdbfc37
treea4354ac3a85e9566c66f8671a0d347771c39dbd1
parentea32200a0ff9a85fd0a063b7dfdfa917a05af182
log stream: Expect the callback to consume the entire line

This is otherwise getting out of hand and we should not have a place
where this would become an issue.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/build.c
src/pakfire/log_stream.c