From 93660435166e4c969a186951d0a2413db133b3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 6 Jul 2021 18:26:07 +0200 Subject: [PATCH] DDD --- tempsdb/varlen.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tempsdb/varlen.pyx b/tempsdb/varlen.pyx index 95e57a5..7a05207 100644 --- a/tempsdb/varlen.pyx +++ b/tempsdb/varlen.pyx @@ -214,8 +214,8 @@ cdef class VarlenEntry: segment += 1 start_reading_at = 0 offset = 0 - logger.error('wp=%s temp_data=%s len=%s len(chunks)=%s seg=%s', - write_pointer, repr(temp_data), length, len(self.chunks), segment) + logger.error('wp=%s b=%s len=%s len(chunks)=%s seg=%s', + write_pointer, repr(b), length, len(self.chunks), segment) raise ValueError('invalid indices') cpdef bytes to_bytes(self): -- GitLab