Commit 83696d95 authored by astaxie's avatar astaxie

Merge pull request #745 from francoishill/patch-10

Makes more sense to Use Debug instead of Info?
parents cd9e614a 75904eff
......@@ -773,7 +773,7 @@ Admin:
} else {
devinfo = fmt.Sprintf("| % -10s| % -16s | % -10s | % -40s | % -10s |", "beego", timeend.String(), r.Method, r.URL.Path, "notmatch")
}
Info(devinfo)
Debug(devinfo)
}
// Call WriteHeader if status code has been set changed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment