diff --git a/exemgr/main.cpp b/exemgr/main.cpp index 690511198..6967b2ca9 100644 --- a/exemgr/main.cpp +++ b/exemgr/main.cpp @@ -1485,7 +1485,7 @@ int main(int argc, char* argv[]) threadpool::ThreadPool exeMgrThreadPool; exeMgrThreadPool.setName("ExeMgrServer"); - exeMgrThreadPool.setDebug(true); + for (;;) { IOSocket ios;