mirror of
https://github.com/go-gitea/gitea.git
synced 2025-05-17 00:02:56 -04:00
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.