1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-03 17:40:18 +00:00

beego: change the colour

This commit is contained in:
astaxie
2014-08-20 11:54:25 +08:00
parent aaabeff44f
commit 7f977a0c8c
2 changed files with 3 additions and 3 deletions

View File

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