diff --git a/fs_mgr/libsnapshot/libsnapshot_cow/writer_v2.cpp b/fs_mgr/libsnapshot/libsnapshot_cow/writer_v2.cpp index d3c3d59a7..ee445a2d0 100644 --- a/fs_mgr/libsnapshot/libsnapshot_cow/writer_v2.cpp +++ b/fs_mgr/libsnapshot/libsnapshot_cow/writer_v2.cpp @@ -174,7 +174,7 @@ void CowWriterV2::InitBatchWrites() { current_data_pos_ = next_data_pos_; } - LOG_INFO << "Batch writes: " << batch_write_ ? "enabled" : "disabled"; + LOG_INFO << "Batch writes: " << (batch_write_ ? "enabled" : "disabled"); } void CowWriterV2::InitWorkers() {