gitea/models
Gabriel Jackson bf6f61cc69 Cleanup log messaging
This change corrects a few logging issues:

 * Standardized formatting errors with '%v'.
 * Standardized failure warning word usage.
 * Corrected an instance of using the standard log library when
   the gitea log library should be used instead.
2017-02-02 15:24:18 +01:00
..
fixtures
migrations Cleanup log messaging 2017-02-02 15:24:18 +01:00
access.go
access_test.go
action.go
action_test.go
admin.go
admin_test.go
attachment.go
error.go
git_diff.go
git_diff_test.go
graph.go
graph_test.go
issue.go
issue_comment.go
issue_indexer.go
issue_label.go
issue_label_test.go
issue_mail.go
lfs.go
login_source.go
mail.go
models.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
models_sqlite.go
models_test.go
models_tidb.go
notification.go
notification_test.go
org.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
org_team.go
org_test.go
pull.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
pull_test.go
release.go
repo.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
repo_branch.go
repo_collaboration.go
repo_editor.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
repo_mirror.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
repo_test.go
setup_for_test.go
ssh_key.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
ssh_key_test.go
star.go
star_test.go Unit tests for models/star (#752) 2017-01-25 18:37:10 +08:00
token.go
token_test.go
twofactor.go
update.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
update_test.go
user.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
user_mail.go
user_test.go
webhook.go
webhook_slack.go
webhook_test.go
wiki.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
wiki_test.go