aboutsummaryrefslogtreecommitdiffstats
path: root/src/GainControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GainControl.cpp')
-rw-r--r--src/GainControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GainControl.cpp b/src/GainControl.cpp
index f44aa68..0411482 100644
--- a/src/GainControl.cpp
+++ b/src/GainControl.cpp
@@ -63,7 +63,7 @@ GainControl::GainControl(size_t framesize,
m_gainmode(gainMode),
m_mutex()
{
- PDEBUG("GainControl::GainControl(%zu, %zu) @ %p\n", framesize, (size_t)m_gainMode, this);
+ PDEBUG("GainControl::GainControl(%zu, %zu) @ %p\n", framesize, (size_t)m_gainmode, this);
/* register the parameters that can be remote controlled */
RC_ADD_PARAMETER(digital, "Digital Gain");