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 == "" {