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 wrap: on
line diff
--- a/s4-blog.sh	Wed Jul 01 13:33:17 2020 +0900
+++ b/s4-blog.sh	Thu Jul 02 08:07:45 2020 +0900
@@ -1326,7 +1326,7 @@
     echo "日記番号指定が無効です。" | html p
     return
   fi
-  err "blog_reply($$)  Started: `gdate +%S.%03N`"
+  err "blog_reply($$)  Started: `gdate +%S.%03N` blogrowid=$rowid"
   blog_writable $rowid $user; rc=$?
   if [ $rc = 0 ]; then
     iswritable=true
@@ -1401,7 +1401,7 @@
 	    -D_FORM_='' \
 	    -D_DUMPTABLE_="syscmd(cat)" -D_DUMPHEAD_="" \
 	    $layout/html.m4.html $layout/form+dump-whead.m4.html
-  err "blog_reply($$) Finished: `gdate +%S.%03N` user=$user owner=[$owner](blogid:$rowid)"
+  err "blog_reply($$) Finished: `gdate +%S.%03N` user=$user owner=[$owner] title=[$title]"
 }
 
 blog_reply_article() {		# Direct link to article in some blog

yatex.org