summaryrefslogtreecommitdiffstats
path: root/src/sources
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2021-08-16 21:45:54 +0200
committerUwe Klotz <uklotz@mixxx.org>2021-08-16 21:50:24 +0200
commit6d15a2728fe056d0e4214e3a706cdebc49dc35ea (patch)
treedd736ac1a79e08830bb503b2648f514ac4427056 /src/sources
parent2f43bb82dcacd451b3561ace4114478fea0091c5 (diff)
parent3f1f81d0c1a3fa9cb3292813e1acb30b4c1c1d5e (diff)
Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git
Diffstat (limited to 'src/sources')
-rw-r--r--src/sources/soundsource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/soundsource.cpp b/src/sources/soundsource.cpp
index 9dcefd02ff..683701c003 100644
--- a/src/sources/soundsource.cpp
+++ b/src/sources/soundsource.cpp
@@ -6,7 +6,7 @@ namespace mixxx {
namespace {
-const Logger kLogger("AudioSource");
+const Logger kLogger("SoundSource");
inline QUrl validateUrl(QUrl url) {
DEBUG_ASSERT(url.isValid());