tariff plans working

This commit is contained in:
Radu Ioan Fericean
2012-02-20 21:08:40 +02:00
parent ae5c6d95e3
commit afbc9e451e
9 changed files with 49 additions and 40 deletions

View File

@@ -42,7 +42,7 @@ func writeToStorage(storage timespans.StorageGetter,
func main() {
flag.Parse()
log.Print("Reading from ", *apfile, *destfile)
log.Printf("Reading from %s, %s, %s", *apfile, *destfile, *tpfile)
// reading activation periods
fin, err := os.Open(*apfile)