From 98f91e832a92592ea1b35ab24aa6c4d5440fa4b3 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 14 Sep 2014 12:01:46 +1000 Subject: Say which script failed compiling. --- src/LuaSL/LuaSL_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/LuaSL/LuaSL_main.c b/src/LuaSL/LuaSL_main.c index 052bc55..029bec3 100644 --- a/src/LuaSL/LuaSL_main.c +++ b/src/LuaSL/LuaSL_main.c @@ -221,7 +221,7 @@ static void _compileCbSingle(LuaCompiler *compiler) if (0 == compiler->bugCount) printf("Compiled.\n"); else - printf("Compile failed!\n"); + printf("Compile of %s failed!\n", compiler->file); } static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Client_Data *ev) -- cgit v1.1