diff options
Diffstat (limited to 'include/framework')
| -rw-r--r-- | include/framework/structure/MutableBuffer.h | 2 |
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; } |