From 3355dc205b7f8678439c4824a16da68b34dae2af Mon Sep 17 00:00:00 2001 From: epitchi Date: Tue, 16 Apr 2024 23:01:28 +0700 Subject: [PATCH] add shm check log --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 5aa9277f..76d310ae 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -154,8 +154,10 @@ main(int argc, char *argv[]) { } //Get buffer local address from handle + BOOST_LOG(info) << "Allocating shared memory"sv; SharedMemory* memory = obtain_shared_memory(argv[1]); + BOOST_LOG(info) << "Allocated shared memory"sv; auto video_capture = [&](safe::mail_t mail, char* displayin,int codec){ std::optional display = std::nullopt; if (strlen(displayin) > 0)