stupid mistake

This commit is contained in:
2022-03-14 11:20:04 +09:00
parent 4436f3d7c0
commit 5eb483e8be
2 changed files with 3 additions and 3 deletions

View File

@@ -36,12 +36,12 @@ const URI_DELETE_RECORD = "https://freedns.afraid.org/subdomain/delete2.php?data
// const URI_LOGIN string = "http://127.0.0.1:1234/"
func LogInfo(Mesg string) {
fmt.Println(Mesg)
// fmt.Println(Mesg)
logf.V(logf.InfoLevel).Info(Mesg)
}
func LogDebug(Mesg string) {
fmt.Println(Mesg)
// fmt.Println(Mesg)
logf.V(logf.DebugLevel).Info(Mesg)
}