Commit 2df85ee8 authored by Cedric Roux's avatar Cedric Roux

cleanup

parent c9f51868
......@@ -178,9 +178,7 @@ textlog *new_textlog(event_handler *h, void *database,
cur = ret->format;
while (*cur) {
printf("before chunk cur '%s'\n", cur);
struct chunk c = next_chunk(&cur, f);
printf("after chunk, cur is '%s' (%d) (type %d)\n", cur, *cur, c.type);
switch (c.type) {
case C_ERROR: goto error;
case C_STRING:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment