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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user