summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index f9aec8a..48ab2c6 100644
--- a/main.go
+++ b/main.go
@@ -37,6 +37,10 @@ func main() {
cfgfile()
+ for _, filename := range argv.Xml {
+ log.Info("add xml file", filename)
+ }
+
// initialize the grid as unstable
me.unstable = time.Now()