aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-17 13:30:07 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-17 13:30:07 +0100
commita6b067689aaea384b586eb2a1bcc1a6e703e4bd0 (patch)
treefa9b5b82f432e44bd3bcb23db24702b325103f58
parent7b42e44ab6c32acba50a39d89e18e15d8507582c (diff)
parentb73b938f0f8bbe2761ffb2d6b7cdbf67147ddfe5 (diff)
downloadayatana-indicator-sound-a6b067689aaea384b586eb2a1bcc1a6e703e4bd0.tar.gz
ayatana-indicator-sound-a6b067689aaea384b586eb2a1bcc1a6e703e4bd0.tar.bz2
ayatana-indicator-sound-a6b067689aaea384b586eb2a1bcc1a6e703e4bd0.zip
Merge branch 'tari01-pr/scroll-message'
Attribute GH PR #67: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/67
-rw-r--r--src/service.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.vala b/src/service.vala
index 803e09f..31b6204 100644
--- a/src/service.vala
+++ b/src/service.vala
@@ -217,7 +217,7 @@ public class IndicatorSound.Service: Object {
private void activate_scroll_action (SimpleAction action, Variant? param) {
int direction = param.get_int32(); // positive for up, negative for down
- message("scroll: %d", direction);
+ debug("scroll: %d", direction);
if (_volume_warning.active) {
_volume_warning.user_keypress(direction>0