svn commit: samba r9646 - in branches/SAMBA_4_0/source/setup: .

tridge at samba.org tridge at samba.org
Fri Aug 26 11:38:07 GMT 2005


Author: tridge
Date: 2005-08-26 11:38:07 +0000 (Fri, 26 Aug 2005)
New Revision: 9646

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9646

Log:
fixed error message




Modified:
   branches/SAMBA_4_0/source/setup/provision


Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision
===================================================================
--- branches/SAMBA_4_0/source/setup/provision	2005-08-26 11:37:52 UTC (rev 9645)
+++ branches/SAMBA_4_0/source/setup/provision	2005-08-26 11:38:07 UTC (rev 9646)
@@ -30,7 +30,7 @@
                 'blank');
 
 if (options == undefined) {
-   println("Failed to parse options: ", options.ERROR);
+   println("Failed to parse options");
    return -1;
 }
 



More information about the samba-cvs mailing list