mirror of
https://github.com/versity/versitygw.git
synced 2026-08-17 12:46:23 +00:00
fix: correct spelling for debuglogger.InternalError() (#1784)
This commit is contained in:
@@ -50,8 +50,8 @@ func Panic(er error) {
|
||||
printError(prefixPanic, er)
|
||||
}
|
||||
|
||||
// InernalError prints the internal error out in the console
|
||||
func InernalError(er error) {
|
||||
// InternalError prints the internal error out in the console
|
||||
func InternalError(er error) {
|
||||
printError(prefixInernalError, er)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user