Skip to content

Commit 22267cc

Browse files
authored
add hook name to messages
1 parent 0d70544 commit 22267cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

useful-tools/hooks/host-libjack.src.hook

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ _find_host_libjack() (
4343
)
4444

4545
if [ "$USE_HOST_LIBJACK" = 1 ]; then
46-
>&2 echo "Using host 'libjack.so', stability is not guaranteed!"
46+
>&2 echo "host-libjack: Using host 'libjack.so', stability is not guaranteed!"
4747
HOST_LIBJACK_DIR=${HOST_LIBJACK_DIR:-${TMPDIR:-/tmp}/.hostlibjack}
4848

4949
if _find_host_libjack; then
5050
export SHARUN_EXTRA_LIBRARY_PATH="${HOST_LIBJACK_DIR}${SHARUN_EXTRA_LIBRARY_PATH:+:$SHARUN_EXTRA_LIBRARY_PATH}"
5151
else
5252
>&2 echo ""
53-
>&2 echo "ERROR: libjack.so not found on this system or it is"
54-
>&2 echo "pipewire-jack, which is not useful here. Aborting..."
53+
>&2 echo "host-libjack: ERROR: libjack.so not found on this system"
54+
>&2 echo "or it is pipewire-jack, which is not useful here. Aborting..."
5555
>&2 echo ""
5656
fi
5757
fi

0 commit comments

Comments
 (0)