mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
tariff plans working
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user