File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ _find_host_libjack() (
4343)
4444
4545if [ " $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
5757fi
You can’t perform that action at this time.
0 commit comments