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