s4

changeset 856:c86c04920f84

Modify log format
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 02 Jul 2020 08:07:45 +0900
parents f01c7e903ac2
children 3d5edbef48e2
files s4-blog.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/s4-blog.sh	Wed Jul 01 13:33:17 2020 +0900
     1.2 +++ b/s4-blog.sh	Thu Jul 02 08:07:45 2020 +0900
     1.3 @@ -1326,7 +1326,7 @@
     1.4      echo "日記番号指定が無効です。" | html p
     1.5      return
     1.6    fi
     1.7 -  err "blog_reply($$)  Started: `gdate +%S.%03N`"
     1.8 +  err "blog_reply($$)  Started: `gdate +%S.%03N` blogrowid=$rowid"
     1.9    blog_writable $rowid $user; rc=$?
    1.10    if [ $rc = 0 ]; then
    1.11      iswritable=true
    1.12 @@ -1401,7 +1401,7 @@
    1.13  	    -D_FORM_='' \
    1.14  	    -D_DUMPTABLE_="syscmd(cat)" -D_DUMPHEAD_="" \
    1.15  	    $layout/html.m4.html $layout/form+dump-whead.m4.html
    1.16 -  err "blog_reply($$) Finished: `gdate +%S.%03N` user=$user owner=[$owner](blogid:$rowid)"
    1.17 +  err "blog_reply($$) Finished: `gdate +%S.%03N` user=$user owner=[$owner] title=[$title]"
    1.18  }
    1.19  
    1.20  blog_reply_article() {		# Direct link to article in some blog