- added logging of chunk_t's

This commit is contained in:
Jan Hutter
2005-11-17 08:47:37 +00:00
parent 6bf409865d
commit c4e75f5f1a
+1
View File
@@ -509,6 +509,7 @@ static status_t parse_chunk(private_parser_t *this, int rule_number, chunk_t *ou
memcpy(output_pos->ptr, this->byte_pos, length);
}
this->byte_pos += length;
this->logger->log_bytes(this->logger, RAW, " =>", (void*)output_pos->ptr, length);
return SUCCESS;
}