svn commit: samba r7080 - in branches/SAMBA_4_0/source/scripting/ejs: .

tpot at samba.org tpot at samba.org
Sun May 29 21:45:39 GMT 2005


Author: tpot
Date: 2005-05-29 21:45:38 +0000 (Sun, 29 May 2005)
New Revision: 7080

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

Log:
Fix typo in error message.

Modified:
   branches/SAMBA_4_0/source/scripting/ejs/smbscript.c


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/smbscript.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbscript.c	2005-05-29 12:43:45 UTC (rev 7079)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbscript.c	2005-05-29 21:45:38 UTC (rev 7080)
@@ -80,7 +80,7 @@
 	/* run the script */
 	if (ejsEvalFile(eid, discard_const_p(char, argv[1]), &result,
 			&emsg) == -1) {
-		fprintf(stderr, "smbscript: ejsEvalScript(): %s\n", emsg);
+		fprintf(stderr, "smbscript: ejsEvalFile(): %s\n", emsg);
 		exit(1);
 	}
 



More information about the samba-cvs mailing list