diff options
author | David Walter Seikel | 2014-09-14 12:01:46 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-09-14 12:01:46 +1000 |
commit | 98f91e832a92592ea1b35ab24aa6c4d5440fa4b3 (patch) | |
tree | 6069d83bfc92fc98a2d6edc522755563cbf29402 | |
parent | Support LSL multi line strings. (diff) | |
download | SledjHamr-98f91e832a92592ea1b35ab24aa6c4d5440fa4b3.zip SledjHamr-98f91e832a92592ea1b35ab24aa6c4d5440fa4b3.tar.gz SledjHamr-98f91e832a92592ea1b35ab24aa6c4d5440fa4b3.tar.bz2 SledjHamr-98f91e832a92592ea1b35ab24aa6c4d5440fa4b3.tar.xz |
Say which script failed compiling.
-rw-r--r-- | src/LuaSL/LuaSL_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
221 | if (0 == compiler->bugCount) | 221 | if (0 == compiler->bugCount) |
222 | printf("Compiled.\n"); | 222 | printf("Compiled.\n"); |
223 | else | 223 | else |
224 | printf("Compile failed!\n"); | 224 | printf("Compile of %s failed!\n", compiler->file); |
225 | } | 225 | } |
226 | 226 | ||
227 | static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Client_Data *ev) | 227 | static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Client_Data *ev) |