summaryrefslogtreecommitdiffstats
path: root/scripts/libptxdist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/libptxdist.sh')
-rw-r--r--scripts/libptxdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/libptxdist.sh b/scripts/libptxdist.sh
index aaadee6cb..6f66be65c 100644
--- a/scripts/libptxdist.sh
+++ b/scripts/libptxdist.sh
@@ -774,7 +774,7 @@ export -f ptxd_warning
#
ptxd_verbose() {
if [ "${PTXDIST_VERBOSE}" == "1" ]; then
- echo "${PTXDIST_LOG_PROMPT}""${@}" >&2
+ echo "${PTXDIST_LOG_PROMPT}""${@}"
elif [ -n "${PTXDIST_FD_LOGFILE}" ]; then
echo "${PTXDIST_LOG_PROMPT}""${@}" >&9
fi