1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 18:34:13 +00:00

change the route info

This commit is contained in:
astaxie 2014-08-20 10:59:38 +08:00
parent 26da23266a
commit aaabeff44f

View File

@ -783,7 +783,7 @@ Admin:
} else { } else {
devinfo = fmt.Sprintf("| % -10s | % -40s | % -16s | % -10s |", r.Method, r.URL.Path, timeend.String(), "notmatch") devinfo = fmt.Sprintf("| % -10s | % -40s | % -16s | % -10s |", r.Method, r.URL.Path, timeend.String(), "notmatch")
} }
Debug(devinfo) Info(devinfo)
} }
// Call WriteHeader if status code has been set changed // Call WriteHeader if status code has been set changed