changeset 728:398df4c7cd27

[TEST]Log user-name failure
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 31 May 2020 20:49:30 +0900
parents 1b294b80544e
children b73e2399994c
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Sun May 31 20:42:02 2020 +0900
+++ b/s4-funcs.sh	Sun May 31 20:49:30 2020 +0900
@@ -1345,6 +1345,7 @@
   if [ $? != 0 ]; then		# Maybe DB locked
     return 4			# 4=server too heavy
   elif [ -z "$dbuser" ]; then
+    err "Login USER failed: [$user]"
     return 2			# 2=login fail
   elif [ x"$pswd" = x"wasureta" ]; then
     wasureta "$user"

yatex.org