diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-01 15:05:44 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-01 15:05:44 +0100 |
commit | da2c37bb955bbdfceb95bbcc48e1267716152804 (patch) | |
tree | e04a071472b81af6713d7107cdebce66ec217de2 /ssha.go | |
parent | c3bfcdf9a1c80b9ed27840f203cf3f14ef0bb113 (diff) | |
download | bottin-da2c37bb955bbdfceb95bbcc48e1267716152804.tar.gz bottin-da2c37bb955bbdfceb95bbcc48e1267716152804.zip |
Better logging
Diffstat (limited to 'ssha.go')
-rw-r--r-- | ssha.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,8 +6,9 @@ import ( "crypto/sha1" "encoding/base64" "fmt" - "log" "strings" + + log "github.com/sirupsen/logrus" ) // Encode encodes the []byte of raw password |