From 597ef6c0d65851fb316207bd32784b49098b19cf Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 6 Jan 2013 22:09:39 -0500 Subject: use convenient methods for increase/decrease --- pulse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pulse.cc') 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; } -- cgit v1.2.3