s4

diff s4-blog.sh @ 853:047e1c3f811e

Log output revised
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 30 Jun 2020 11:35:00 +0900
parents f11b80b4d005
children 0d944751ba83
line diff
     1.1 --- a/s4-blog.sh	Tue Jun 30 08:33:54 2020 +0900
     1.2 +++ b/s4-blog.sh	Tue Jun 30 11:35:00 2020 +0900
     1.3 @@ -1326,6 +1326,7 @@
     1.4      echo "日記番号指定が無効です。" | html p
     1.5      return
     1.6    fi
     1.7 +  err "blog_reply($$)  Started: `gdate +%S.%03N`"
     1.8    blog_writable $rowid $user; rc=$?
     1.9    if [ $rc = 0 ]; then
    1.10      iswritable=true
    1.11 @@ -1368,6 +1369,7 @@
    1.12        ## END:
    1.13        par2table $formdir/article.def
    1.14        st=$?
    1.15 +      err "blog_reply($$): POSTdone `gdate +%S.%03N`  - st=$st title=$title owner=$owner user=$user, blogid=$blogid"
    1.16        case $st in
    1.17  	0|4)
    1.18  	  [ "$st" = "4" ] && act="書込削除"
    1.19 @@ -1399,6 +1401,7 @@
    1.20  	    -D_FORM_='' \
    1.21  	    -D_DUMPTABLE_="syscmd(cat)" -D_DUMPHEAD_="" \
    1.22  	    $layout/html.m4.html $layout/form+dump-whead.m4.html
    1.23 +  err "blog_reply($$) Finished: `gdate +%S.%03N`"
    1.24  }
    1.25  
    1.26  blog_reply_article() {		# Direct link to article in some blog