update log

This commit is contained in:
2024-10-31 11:14:35 +07:00
parent 91fc5836eb
commit f571d8ea18
8 changed files with 40 additions and 45 deletions

2
xml.go
View File

@@ -51,7 +51,7 @@ func LoadCountryFile() Countries {
Log.Errorln(err)
}
Log.Infoln("Successfully loaded country.xml")
Log.Debugln("Successfully loaded country.xml")
// defer the closing of our xmlFile so that we can parse it later on
defer xmlFile.Close()