summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ServerInfoManager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ServerInfoManager.cc b/src/ServerInfoManager.cc
index 27c4602..122853e 100644
--- a/src/ServerInfoManager.cc
+++ b/src/ServerInfoManager.cc
@@ -786,7 +786,7 @@ void ServerInfoManager::playSample(uint32_t sample, uint32_t sink) {
void ServerInfoManager::runVolumeMeter(const Glib::ustring &source) {
char t[256];
- snprintf(t, sizeof(t), "%s %s", PAVUMETER_PATH, source.c_str());
+ snprintf(t, sizeof(t), "%s --record %s", PAVUMETER_PATH, source.c_str());
Glib::spawn_command_line_async(t);
}