We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 485409d + 0d79b3e commit 71ba4d1Copy full SHA for 71ba4d1
1 file changed
src/net/buffer_store.cpp
@@ -126,8 +126,8 @@ namespace net {
126
if (!parent->available_.empty()) return parent;
127
}
128
parent->next_ = new BufferStore(local_buffers(), bufsize());
129
- INFO("BufferStore", "Allocating %lu new buffers (%lu total)",
130
- local_buffers(), total_buffers());
+ BSD_GET("<BufferStore> Allocating %lu new buffers (%lu total)",
+ local_buffers(), total_buffers());
131
return parent->next_;
132
#else
133
return nullptr;
0 commit comments