s4

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 diff
     1.1 --- a/s4-funcs.sh	Thu Dec 17 07:36:56 2020 +0900
     1.2 +++ b/s4-funcs.sh	Thu Dec 17 07:56:38 2020 +0900
     1.3 @@ -88,7 +88,7 @@
     1.4  iconcachekey="profimgcache_S"
     1.5  
     1.6  # Start debug logging
     1.7 -logtag="[$$]${S4WORLD:+{$S4WORLD\}}"
     1.8 +logtag="($$)${S4WORLD:+{$S4WORLD\}}"
     1.9  exec 3>> $logdir/debug.out
    1.10  err() {
    1.11    echo "[`date +%F-%T%z`]$logtag $@" 1>&3