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)