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 wrap: on
line diff
--- a/s4-funcs.sh	Mon Jun 22 18:42:52 2020 +0900
+++ b/s4-funcs.sh	Mon Jun 22 18:53:43 2020 +0900
@@ -2390,9 +2390,9 @@
     echo '</table>'
   done
   if [ -n "$S4WORLDLIST" -a -n "$3" ]; then
-    err "peekgrpworlds BEGIN: `gdate +%S.%03N`"
+    err "peekgrpworlds($user) BEGIN: `gdate +%S.%03N`"
     peekgrpworlds mem:"$3"
-    err "peekgrpworlds   END: `gdate +%S.%03N`"
+    err "peekgrpworlds($user)   END: `gdate +%S.%03N`"
   fi
   echo '</div>'
 }
--- a/s4-world.sh	Mon Jun 22 18:42:52 2020 +0900
+++ b/s4-world.sh	Mon Jun 22 18:53:43 2020 +0900
@@ -200,7 +200,6 @@
       guide="$exp を含むグループは別世界にもあります"
       s="(<a href=\"$cgi?stage=grps&kwd=$exp\">絞込</a>)" ;;
   esac
-  err "arg=[$arg] cond=[$cond] s=[$s]"
   query <<-EOF |
 	ATTACH DATABASE "$tdb" AS td;
 	SELECT DISTINCT td.grp.rowid,hex(gname)

yatex.org