Commit Graph

7 Commits (fa4663e61e39f0cef225ea92235a16e7da977b08)

Author SHA1 Message Date
Ethan Koenig 4cb9394a97 Fix lint errors ()
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.
Bwko 4ff0db0246 Catch os... errors
Lunny Xiao 3228544c31 golint fixed for modules/log
Unknwon 9baf2b38d0 Bug fix on organization
Justin Nuß 8023494a94 Fix invalid struct tags and remove unreachable code.
Unknwon 8dd07c0ddd New UI merge in progress