mirror of
https://github.com/restic/rest-server.git
synced 2026-03-31 07:12:28 -07:00
Remove full stop from log line to be consistent with all other log lines
This commit is contained in:
@@ -137,7 +137,7 @@ func (app *restServerApp) runRoot(_ *cobra.Command, _ []string) error {
|
||||
if app.Server.ProxyAuthUsername == "" {
|
||||
log.Println("Authentication enabled")
|
||||
} else {
|
||||
log.Println("Proxy Authentication enabled.")
|
||||
log.Println("Proxy Authentication enabled")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user