swaync: unify the *DEBUG variables
This commit is contained in:
@@ -6,7 +6,7 @@ event="$2"
|
||||
|
||||
|
||||
log() {
|
||||
if [ -n "$SWAYNC_FBCLI_DEBUG" ]; then
|
||||
if [ -n "$SWAYNC_DEBUG" ]; then
|
||||
printf "%s\n" "$1"
|
||||
fi
|
||||
}
|
||||
|
@@ -10,7 +10,7 @@ type="$2"
|
||||
service="$3"
|
||||
|
||||
log() {
|
||||
if [ -n "$SWAYNC_SERVICES_DEBUG" ]; then
|
||||
if [ -n "$SWAYNC_DEBUG" ]; then
|
||||
printf "%s\n" "$1"
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user