changeset 886:99187e4ad69b

Enclose process id with parens instead of brackets
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 17 Dec 2020 07:56:38 +0900
parents 4c02a9f862d7
children 8229c75e9f94
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Thu Dec 17 07:36:56 2020 +0900
+++ b/s4-funcs.sh	Thu Dec 17 07:56:38 2020 +0900
@@ -88,7 +88,7 @@
 iconcachekey="profimgcache_S"
 
 # Start debug logging
-logtag="[$$]${S4WORLD:+{$S4WORLD\}}"
+logtag="($$)${S4WORLD:+{$S4WORLD\}}"
 exec 3>> $logdir/debug.out
 err() {
   echo "[`date +%F-%T%z`]$logtag $@" 1>&3

yatex.org