r7080: Fix typo in error message.
authorTim Potter <tpot@samba.org>
Sun, 29 May 2005 21:45:38 +0000 (21:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:13 +0000 (13:17 -0500)
(This used to be commit fcf177c86e2bfbc993352b80824487e5df0a3f63)

source4/scripting/ejs/smbscript.c

index 021dafa4aef5fd59b7d2a3acdd6b3be925701779..a15fce57b09f32f1bcf08df916d6c4ce161ca08f 100644 (file)
@@ -80,7 +80,7 @@ void ejs_exception(const char *reason)
        /* 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);
        }