s4

changeset 833:f3d422665ea8

Modify debug output
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 22 Jun 2020 18:53:43 +0900
parents 45be82d614ef
children a87030974b99
files s4-funcs.sh s4-world.sh
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Mon Jun 22 18:42:52 2020 +0900
     1.2 +++ b/s4-funcs.sh	Mon Jun 22 18:53:43 2020 +0900
     1.3 @@ -2390,9 +2390,9 @@
     1.4      echo '</table>'
     1.5    done
     1.6    if [ -n "$S4WORLDLIST" -a -n "$3" ]; then
     1.7 -    err "peekgrpworlds BEGIN: `gdate +%S.%03N`"
     1.8 +    err "peekgrpworlds($user) BEGIN: `gdate +%S.%03N`"
     1.9      peekgrpworlds mem:"$3"
    1.10 -    err "peekgrpworlds   END: `gdate +%S.%03N`"
    1.11 +    err "peekgrpworlds($user)   END: `gdate +%S.%03N`"
    1.12    fi
    1.13    echo '</div>'
    1.14  }
     2.1 --- a/s4-world.sh	Mon Jun 22 18:42:52 2020 +0900
     2.2 +++ b/s4-world.sh	Mon Jun 22 18:53:43 2020 +0900
     2.3 @@ -200,7 +200,6 @@
     2.4        guide="$exp を含むグループは別世界にもあります"
     2.5        s="(<a href=\"$cgi?stage=grps&kwd=$exp\">絞込</a>)" ;;
     2.6    esac
     2.7 -  err "arg=[$arg] cond=[$cond] s=[$s]"
     2.8    query <<-EOF |
     2.9  	ATTACH DATABASE "$tdb" AS td;
    2.10  	SELECT DISTINCT td.grp.rowid,hex(gname)