Merge pull request #745 from francoishill/patch-10
Makes more sense to Use Debug instead of Info?
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -773,7 +773,7 @@ Admin: | ... | @@ -773,7 +773,7 @@ Admin: |
| 773 | } else { | 773 | } else { |
| 774 | devinfo = fmt.Sprintf("| % -10s| % -16s | % -10s | % -40s | % -10s |", "beego", timeend.String(), r.Method, r.URL.Path, "notmatch") | 774 | devinfo = fmt.Sprintf("| % -10s| % -16s | % -10s | % -40s | % -10s |", "beego", timeend.String(), r.Method, r.URL.Path, "notmatch") |
| 775 | } | 775 | } |
| 776 | Info(devinfo) | 776 | Debug(devinfo) |
| 777 | } | 777 | } |
| 778 | 778 | ||
| 779 | // Call WriteHeader if status code has been set changed | 779 | // Call WriteHeader if status code has been set changed | ... | ... |
-
Please register or sign in to post a comment