comparison Core/Lua/LuaContext.cpp @ 1002:b067017a8a5b lua-scripting

anonymization refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Jul 2014 16:31:14 +0200
parents cf52f3bcb2b3
children 92f4bf2c5d73
comparison
equal deleted inserted replaced
1001:f3929718ea7e 1002:b067017a8a5b
77 result.append(s); 77 result.append(s);
78 78
79 lua_pop(state, 1); 79 lua_pop(state, 1);
80 } 80 }
81 81
82 LOG(INFO) << "Lua says: " << result; 82 LOG(WARNING) << "Lua says: " << result;
83 that->log_.append(result); 83 that->log_.append(result);
84 that->log_.append("\n"); 84 that->log_.append("\n");
85 85
86 return 0; 86 return 0;
87 } 87 }