stupid mistake
This commit is contained in:
parent
4436f3d7c0
commit
5eb483e8be
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user