From e46f6aa3cf91b08c9d0faebd46a7a506bd138e9e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 9 Aug 2014 20:10:42 +1000 Subject: Move "Compiling ..." message to the compiler. --- src/LuaSL/LuaSL_compile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/LuaSL/LuaSL_compile.c') diff --git a/src/LuaSL/LuaSL_compile.c b/src/LuaSL/LuaSL_compile.c index 94b354b..94d7f9b 100644 --- a/src/LuaSL/LuaSL_compile.c +++ b/src/LuaSL/LuaSL_compile.c @@ -2238,6 +2238,8 @@ boolean compileLSL(LuaSL_compiler *compiler) compiler->ignorable = eina_strbuf_new(); #endif + PI("Compiling %s.", compiler->compiler.file); + compiler->file = fopen(compiler->compiler.file, "r"); if (NULL == compiler->file) { -- cgit v1.1