summaryrefslogtreecommitdiffstats
path: root/include/framework/structure
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/structure')
-rw-r--r--include/framework/structure/MutableBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/structure/MutableBuffer.h b/include/framework/structure/MutableBuffer.h
index 7edde2f..94a9c41 100644
--- a/include/framework/structure/MutableBuffer.h
+++ b/include/framework/structure/MutableBuffer.h
@@ -158,7 +158,7 @@ public:
/* refuse to advance head while there is an old with one references */
if (m_old_head.load().refcnt > 0) {
- fprintf(stderr, "[W]: Refusing to advance head due to remaining reference counts");
+ //fprintf(stderr, "[W]: Refusing to advance head due to remaining reference counts\n");
return false;
}