summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/common-functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common-functions b/lib/common-functions
index 7fe91ef..d834551 100755
--- a/lib/common-functions
+++ b/lib/common-functions
@@ -732,8 +732,8 @@ verbose_flock() {
lsof +c0 "/proc/$$/fd/$(
printf '%s\n' "$@" | \
grep -vm1 '^-'
- )" || true
- printf 'FYI: I am %s.\n' "$$"
+ )" >&2 || true
+ >&2 printf 'FYI: I am %s.\n' "$$"
return ${err}
}
}