From eda7d9e3cc18f71d4472f5a742fbaca108eeb52f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 15 Jan 2010 16:40:33 +0000 Subject: [PATCH] git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1756 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- thnix.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thnix.f90 b/thnix.f90 index b9f115b95..ff457b852 100644 --- a/thnix.f90 +++ b/thnix.f90 @@ -2,7 +2,7 @@ subroutine cs_init character*12 csub0 integer*8 mtx common/mtxcom/mtx,ltrace,mtxstate,csub0 - ltrace=3 + ltrace=0 mtxstate=0 csub0='**unlocked**' call fthread_mutex_init(mtx)