diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2010-06-02 17:46:07 +0800 |
|---|---|---|
| committer | SushiTee <weichel.sascha@gmail.com> | 2010-06-03 03:26:31 +0800 |
| commit | 979f8d87651de60b88b885aac19ba235ce28c537 (patch) | |
| tree | 70e92f15519fdff4aa8de017795447ad9c1d903f /configure.lua | |
| parent | bed67b156c5c3c6cd1af33d652cc01b965e8a4c0 (diff) | |
| download | zcatch-979f8d87651de60b88b885aac19ba235ce28c537.tar.gz zcatch-979f8d87651de60b88b885aac19ba235ce28c537.zip | |
cleaned up the configure.lua a little bit
Diffstat (limited to 'configure.lua')
| -rw-r--r-- | configure.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.lua b/configure.lua index 993ed51a..3b36d484 100644 --- a/configure.lua +++ b/configure.lua @@ -76,7 +76,7 @@ function NewConfig(on_configured_callback) local options_table = {} if not options_func then - print("auto configuration", options_func) + print("auto configuration") self:Config(filename) options_func = loadfile(filename) end |