lichao
2021-06-01 72851db66655912cb9c92300a80985fb9797d168
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);