1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Make wxLog* calls consistently not have \n at the end. Turn some wxLogWarning calls to wxLogError. Put some periods at the ends of sentences.

This commit is contained in:
v.audacity
2011-10-09 21:14:03 +00:00
parent dd47a9a5e4
commit 3a1d4334f2
6 changed files with 14 additions and 16 deletions

View File

@@ -212,7 +212,7 @@ void ODManager::Init()
mCurrentThreads = 0;
mMaxThreads = 5;
// wxLogDebug(wxT("Initializing ODManager...Creating manager thread\n"));
// wxLogDebug(wxT("Initializing ODManager...Creating manager thread"));
ODManagerHelperThread* startThread = new ODManagerHelperThread;
// startThread->SetPriority(0);//default of 50.