log.lua@4cb0d1dbc65b
log.lua
Mon, 14 Sep 2009 00:16:13 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Mon, 14 Sep 2009 00:16:13 +0300
- changeset 4
- 4cb0d1dbc65b
- parent 3
-
b2df1b3f2c83
- child 7
-
038275cd92ed
- permissions
- -rw-r--r--
fixes
module("log", package.seeall)
require("config")
function log(str)
if config.debug then
io.stderr:write(str)
end
end