1
0
mirror of https://github.com/astaxie/beego.git synced 2024-09-28 16:41:49 +00:00

Merge pull request #745 from francoishill/patch-10

Makes more sense to Use Debug instead of Info?
This commit is contained in:
astaxie 2014-08-16 09:40:01 +08:00
commit 83696d95c3

View File

@ -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