X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=passwd.go;h=f2ff9a472193b1b642eb5d1e8c010acea2217fc7;hb=0f9f81e55a5db0fa50b539554b078ae4ffdb29bd;hp=1dffe21c24ec070ff24de7ec8ae2b13923d3bfdf;hpb=5f74f27dba4c477281305586ef96a39b4751851e;p=gocheese.git diff --git a/passwd.go b/passwd.go index 1dffe21..f2ff9a4 100644 --- a/passwd.go +++ b/passwd.go @@ -1,7 +1,7 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019 Sergey Matveev - 2019 Elena Balakhonova +Copyright (C) 2019-2021 Sergey Matveev + 2019-2021 Elena Balakhonova 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 }