Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18055/src

Modified Files:
        Languages.cpp 
Log Message:
Add some debugging now that we have a nice way to deal with it (happens only in 
debug builds as it's quite verbose).


Index: Languages.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Languages.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Languages.cpp       5 May 2008 22:49:15 -0000       1.27
+++ Languages.cpp       27 Jun 2008 16:11:19 -0000      1.28
@@ -182,12 +182,11 @@
          tempNames.Add(name);
          tempHash[code] = name;
 
-         /* for debugging
-         printf(wxT("code=%s name=%s fullCode=%s name=%s -> %s\n"),
+         /* for debugging */
+         wxLogDebug(wxT("code=%s name=%s fullCode=%s name=%s -> %s\n"),
                 code.c_str(), localLanguageName[code].c_str(),
                 fullCode.c_str(), localLanguageName[fullCode].c_str(),
                 name.c_str());
-         */
       }
    }
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to