log db file

This commit is contained in:
Nazar Kanaev 2021-01-04 11:51:31 +00:00
parent d0a2b80ecc
commit edc7d56219

View File

@ -45,6 +45,8 @@ func main() {
db = filepath.Join(storagePath, "storage.db")
}
logger.Printf("using db file %s", db)
var username, password string
if authfile != "" {
f, err := os.Open(authfile)