mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 18:53:24 +01:00
Use wxPrintf not printf
This commit is contained in:
@@ -212,10 +212,10 @@ void MixAndRender(TrackList *tracks, TrackFactory *trackFactory,
|
||||
|
||||
// Note: these shouldn't be translated - they're for debugging
|
||||
// and profiling only.
|
||||
printf(" Tracks: %d\n", numWaves);
|
||||
printf(" Mix length: %f sec\n", totalTime);
|
||||
printf("Elapsed time: %f sec\n", elapsedTime);
|
||||
printf("Max number of tracks to mix in real time: %f\n", maxTracks);
|
||||
wxPrintf(" Tracks: %d\n", numWaves);
|
||||
wxPrintf(" Mix length: %f sec\n", totalTime);
|
||||
wxPrintf("Elapsed time: %f sec\n", elapsedTime);
|
||||
wxPrintf("Max number of tracks to mix in real time: %f\n", maxTracks);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user