Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/7f626ba0c9e9f091f9e677d4ed3a405dc54ba2f2
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/7f626ba0c9e9f091f9e677d4ed3a405dc54ba2f2
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/7f626ba0c9e9f091f9e677d4ed3a405dc54ba2f2

The branch, master has been updated
       via  7f626ba0c9e9f091f9e677d4ed3a405dc54ba2f2 (commit)
      from  9aadb640576810c5a54b4f53b8b7a07db9f515f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=7f626ba0c9e9f091f9e677d4ed3a405dc54ba2f2
commit 7f626ba0c9e9f091f9e677d4ed3a405dc54ba2f2
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Even more debug

diff --git a/cgi-bin/auth.cgi b/cgi-bin/auth.cgi
index de08fe2..16cbf8f 100755
--- a/cgi-bin/auth.cgi
+++ b/cgi-bin/auth.cgi
@@ -21,7 +21,7 @@ gotuser = None
 gotpass = None
 
 def badauth(reason="NOAUTH"):
-    print('result=BAD, username={}, password={}, reason={}'.format(gotuser, 
gotpass, reason))
+    print('result=BAD, username={}/{}, password={}/{}, 
reason={}'.format(gotuser, username, gotpass, password, reason))
     raise SystemExit
 
 if not auth:


-----------------------------------------------------------------------

Summary of changes:
 cgi-bin/auth.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgi-bin/auth.cgi b/cgi-bin/auth.cgi
index de08fe2..16cbf8f 100755
--- a/cgi-bin/auth.cgi
+++ b/cgi-bin/auth.cgi
@@ -21,7 +21,7 @@ gotuser = None
 gotpass = None
 
 def badauth(reason="NOAUTH"):
-    print('result=BAD, username={}, password={}, reason={}'.format(gotuser, 
gotpass, reason))
+    print('result=BAD, username={}/{}, password={}/{}, 
reason={}'.format(gotuser, username, gotpass, password, reason))
     raise SystemExit
 
 if not auth:


-- 
NetSurf test cases

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to