1
0

Fixed a typo in the TestLuaRocks test plugin.

This commit is contained in:
madmaxoft 2014-01-09 08:05:34 +01:00
parent 53e2ed8473
commit 18310752b8

View File

@ -27,7 +27,7 @@ LOG("headers: ");
for k, v in pairs(headers or {}) do
LOG(" " .. k .. ": " .. v);
end
LOG("body length: " .. string.length(body));
LOG("body length: " .. string.len(body));