This commit is contained in:
Gregory Salaun 2024-07-03 12:36:38 +07:00
parent 5bac8fd4d2
commit 45a73d45b9
2 changed files with 1 additions and 1 deletions

BIN
PushDXCluster.exe Normal file

Binary file not shown.

View File

@ -66,7 +66,7 @@ func readDXExpeFile(filename string) string {
if err != nil {
fmt.Println("Error while reading the file", err)
}
log.Println("DX Expe file has been loaded properly")
log.Printf("DX Expe file has been loaded properly with following calls: %s", content)
return string(content)
}