X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shell%2Fserver.cpp;h=69fa7c083c0430e8e50c568f242b7f04e1d65ad2;hb=d8f53ad9888a04fb5c50551c566b85ffd25afb90;hp=3d78ed36b55bd61fe7576f6cf06413cf8302eeb5;hpb=d2cbd0639d8148c2ecc482be6ea69a56de2c7d96;p=casparcg diff --git a/shell/server.cpp b/shell/server.cpp index 3d78ed36b..69fa7c083 100644 --- a/shell/server.cpp +++ b/shell/server.cpp @@ -109,12 +109,15 @@ std::shared_ptr create_running_io_service() CASPAR_LOG_CURRENT_EXCEPTION(); } } + + CASPAR_LOG(info) << "[asio] Global io_service uninitialized."; }); return std::shared_ptr( service.get(), [service, work, thread](void*) mutable { + CASPAR_LOG(info) << "[asio] Shutting down global io_service."; work.reset(); service->stop(); if (thread->get_id() != boost::this_thread::get_id())