diff options
Diffstat (limited to 'alc/hrtf.cpp')
-rw-r--r-- | alc/hrtf.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/alc/hrtf.cpp b/alc/hrtf.cpp index 590d102a..5446c412 100644 --- a/alc/hrtf.cpp +++ b/alc/hrtf.cpp @@ -1363,8 +1363,7 @@ HrtfEntry *GetLoadedHrtf(HrtfHandle *handle) return nullptr; } - TRACE("Loaded HRTF support for format: %s %uhz\n", - DevFmtChannelsString(DevFmtStereo), hrtf->sampleRate); + TRACE("Loaded HRTF support for sample rate: %uhz\n", hrtf->sampleRate); handle->entry = std::move(hrtf); return handle->entry.get(); |