diff --git a/src/qpack-dec.c b/src/qpack-dec.c index 06642b5ea..703275aa5 100644 --- a/src/qpack-dec.c +++ b/src/qpack-dec.c @@ -551,7 +551,7 @@ int qpack_decode_fs(const unsigned char *raw, uint64_t len, struct buffer *tmp, goto out; } - qpack_debug_printf(stderr, " [name huff %d->%d '%s']", (int)value_len, (int)nlen, trash); + qpack_debug_printf(stderr, " [value huff %d->%d '%s']", (int)value_len, (int)nlen, trash); /* makes an ist from tmp storage */ b_add(tmp, nlen); value = ist2(trash, nlen);