change the route info
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -783,7 +783,7 @@ Admin: | ... | @@ -783,7 +783,7 @@ Admin: |
| 783 | } else { | 783 | } else { |
| 784 | devinfo = fmt.Sprintf("| % -10s | % -40s | % -16s | % -10s |", r.Method, r.URL.Path, timeend.String(), "notmatch") | 784 | devinfo = fmt.Sprintf("| % -10s | % -40s | % -16s | % -10s |", r.Method, r.URL.Path, timeend.String(), "notmatch") |
| 785 | } | 785 | } |
| 786 | Debug(devinfo) | 786 | Info(devinfo) |
| 787 | } | 787 | } |
| 788 | 788 | ||
| 789 | // Call WriteHeader if status code has been set changed | 789 | // Call WriteHeader if status code has been set changed | ... | ... |
-
Please register or sign in to post a comment