summaryrefslogtreecommitdiff
path: root/multipart-replace.c
diff options
context:
space:
mode:
Diffstat (limited to 'multipart-replace.c')
-rw-r--r--multipart-replace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/multipart-replace.c b/multipart-replace.c
index 5f0ca4e..24a783e 100644
--- a/multipart-replace.c
+++ b/multipart-replace.c
@@ -108,7 +108,7 @@ void multipart_replace_writer(struct multipart_replace_stream *s, int fd, const
long lastframe = 0;
boundary = boundary_line(boundary);
size_t boundary_len = strlen(boundary);
-
+ error(0, 0, "boundary: <%s>", boundary);
while(1) {
/* poll until there's a new frame */
pthread_rwlock_rdlock(&s->frontlock);