Skip to content

Commit

Permalink
move log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ouwou committed Jul 18, 2023
1 parent be2ab2e commit 203e566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,8 @@ void AudioManager::RNNoiseInitialize() {
}

void AudioManager::RNNoiseUninitialize() {
spdlog::get("audio")->debug("Uninitializing RNNoise");
if (m_rnnoise != nullptr) {
spdlog::get("audio")->debug("Uninitializing RNNoise");
rnnoise_destroy(m_rnnoise);
m_rnnoise = nullptr;
}
Expand Down

0 comments on commit 203e566

Please sign in to comment.