[LON-CAPA-cvs] cvs: loncom / lchtmldir

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Fri, 30 May 2008 13:37:48 -0000


raeburn		Fri May 30 09:37:48 2008 EDT

  Modified files:              
    /loncom	lchtmldir 
  Log:
  Bug 5721.
  Debug message should show the correct format for the expected arg.
  
  
Index: loncom/lchtmldir
diff -u loncom/lchtmldir:1.20 loncom/lchtmldir:1.21
--- loncom/lchtmldir:1.20	Wed Aug 22 15:53:22 2007
+++ loncom/lchtmldir	Fri May 30 09:37:48 2008
@@ -2,7 +2,7 @@
 
 # The Learning Online Network with CAPA
 #
-# $Id: lchtmldir,v 1.20 2007/08/22 19:53:22 albertel Exp $
+# $Id: lchtmldir,v 1.21 2008/05/30 13:37:48 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -129,7 +129,7 @@
     $authentication ne "localauth:") {
     if($DEBUG) {
 	print("Invalid authentication parameter: ".$authentication."\n");
-	print("Should be one of: unix, internal, krb4, localauth\n");
+	print("Should be one of-- unix: internal: krb4: krb5: localauth:\n");
     }
     exit 3;
 }