~edwargix/git.sr.ht

8224d76a2768b8dd70ce4799d02dba7442f1ab65 — Drew DeVault 6 years ago 4b6b57d
gitsrht-keys: use printf instead of println
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht-keys/main.go
M gitsrht-keys/main.go => gitsrht-keys/main.go +1 -1
@@ 194,7 194,7 @@ func main() {
		}
		userId = cache.UserId
		username = cache.Username
		logger.Println("Cache hit: %d %s", userId, username)
		logger.Printf("Cache hit: %d %s", userId, username)
	}

	if username == "" {