Skip to content

Commit

Permalink
fix error logging in lua key events
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Mar 3, 2014
1 parent 43bff37 commit 4158581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua/LegacyLuaAPI.cpp
Expand Up @@ -523,8 +523,8 @@ int luacon_keyevent(int key, int modifier, int event)
c--;
i--;
}
lua_pop(l, 1);
luacon_ci->Log(CommandInterface::LogError, luacon_geterror());
lua_pop(l, 1);
}
else
{
Expand Down

0 comments on commit 4158581

Please sign in to comment.