From faf8e5f2d2036b2989a7d2fd5133b5927f9dfa55 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 8 Jun 2000 18:08:39 +0000 Subject: [PATCH] cleaned up thread names --- src/ca/processThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/processThread.cpp b/src/ca/processThread.cpp index 0c2c7798e..316b57a25 100644 --- a/src/ca/processThread.cpp +++ b/src/ca/processThread.cpp @@ -18,7 +18,7 @@ #include processThread::processThread (cac *pcacIn) : - osiThread ( "CACprocess", threadGetStackSize (threadStackSmall), threadPriorityMedium ), + osiThread ( "CAC-process", threadGetStackSize (threadStackSmall), threadPriorityMedium ), pcac ( pcacIn ), shutDown ( false ) {