mirror of
https://github.com/astaxie/beego.git
synced 2024-11-16 16:40:56 +00:00
Merge pull request #745 from francoishill/patch-10
Makes more sense to Use Debug instead of Info?
This commit is contained in:
commit
83696d95c3
@ -773,7 +773,7 @@ Admin:
|
|||||||
} else {
|
} else {
|
||||||
devinfo = fmt.Sprintf("| % -10s| % -16s | % -10s | % -40s | % -10s |", "beego", timeend.String(), r.Method, r.URL.Path, "notmatch")
|
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
|
// Call WriteHeader if status code has been set changed
|
||||||
|
Loading…
Reference in New Issue
Block a user