]> Cypherpunks.ru repositories - gocheese.git/blobdiff - passwd.go
URL fixes
[gocheese.git] / passwd.go
index f6760d2910091bdcbefc301d2d85f29ae471512e..dae17a5364b687107f8590caac1231bae71198b3 100644 (file)
--- a/passwd.go
+++ b/passwd.go
@@ -1,7 +1,7 @@
 /*
 GoCheese -- Python private package repository and caching proxy
-Copyright (C) 2019 Sergey Matveev <stargrave@stargrave.org>
-              2019 Elena Balakhonova <balakhonova_e@riseup.net>
+Copyright (C) 2019-2020 Sergey Matveev <stargrave@stargrave.org>
+              2019-2020 Elena Balakhonova <balakhonova_e@riseup.net>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -77,7 +77,7 @@ func refreshPasswd() {
                        log.Fatalf("%s:%d: %s: %s", *passwdPath, i, login, err)
                }
                passwordsNew[login] = auther
-               log.Println("Added password for " + login)
+               log.Println("added password for " + login)
        }
        passwords = passwordsNew
 }