# HG changeset patch # User HIROSE Yuuji # Date 1593644865 -32400 # Node ID c86c04920f84fdf8e0edf1e10b35a6a60a61728d # Parent f01c7e903ac2365e1b81c7e61ae8d1230e292416 Modify log format diff -r f01c7e903ac2 -r c86c04920f84 s4-blog.sh --- 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