diff options
| author | xalduin <xalduin@gmail.com> | 2010-06-02 11:26:42 -0400 |
|---|---|---|
| committer | xalduin <xalduin@gmail.com> | 2010-06-02 11:26:42 -0400 |
| commit | fee651735fd7a29cfbec6b13ea9efdecc0ccb688 (patch) | |
| tree | 500fe6b78fb5a9391d7c9ea18dd1ef445fac0a30 /configure.lua | |
| parent | f963189dc4bd94395dd1831b48cb900218a7347f (diff) | |
| parent | edcfbc2f28b59ae430c5c2d2d33fb78e747ce838 (diff) | |
| download | zcatch-fee651735fd7a29cfbec6b13ea9efdecc0ccb688.tar.gz zcatch-fee651735fd7a29cfbec6b13ea9efdecc0ccb688.zip | |
Merge remote branch 'upstream/master' into experimental
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 |