Skip to content

Commit

Permalink
Merge pull request #4212 from uklotzde/wrong-logger-name
Browse files Browse the repository at this point in the history
Fix logger name
  • Loading branch information
daschuer committed Aug 16, 2021
2 parents d6a2603 + 6d6412c commit c932447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/soundsource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace mixxx {

namespace {

const Logger kLogger("AudioSource");
const Logger kLogger("SoundSource");

inline QUrl validateUrl(QUrl url) {
DEBUG_ASSERT(url.isValid());
Expand Down

0 comments on commit c932447

Please sign in to comment.