diff --git a/include/log.h b/include/log.h index 5552add..cfa9270 100644 --- a/include/log.h +++ b/include/log.h @@ -13,7 +13,7 @@ struct Log { private: ChangeFlag log_flag; - std::string log_snapshot; + std::string log_snapshot = "null"; public: #if MAX_LOG_SIZE == 1