box/status_main.cc
@@ -44,7 +44,7 @@ return shm_name; } }; printf("monitoring shm : %s, size : %dM\n", DisplayName().c_str(), shm_size); printf("monitoring shm : %s, size : %ldM\n", DisplayName().c_str(), shm_size); SharedMemory shm(shm_name, 1024 * 1024 * shm_size); std::atomic<bool> run(true);