aboutsummaryrefslogtreecommitdiffstats
path: root/pulse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pulse.cc')
-rw-r--r--pulse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulse.cc b/pulse.cc
index 6617a4f..26f58eb 100644
--- a/pulse.cc
+++ b/pulse.cc
@@ -358,7 +358,7 @@ bool PulseClient::SetVolume(Device& device, long volume) {
int success;
if (device.ops_.SetVolume == nullptr) {
- warnx("device does not support setting balance.");
+ warnx("device does not support setting volume.");
return false;
}