log db file
This commit is contained in:
parent
d0a2b80ecc
commit
edc7d56219
1 changed files with 2 additions and 0 deletions
2
main.go
2
main.go
|
|
@ -45,6 +45,8 @@ func main() {
|
||||||
db = filepath.Join(storagePath, "storage.db")
|
db = filepath.Join(storagePath, "storage.db")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.Printf("using db file %s", db)
|
||||||
|
|
||||||
var username, password string
|
var username, password string
|
||||||
if authfile != "" {
|
if authfile != "" {
|
||||||
f, err := os.Open(authfile)
|
f, err := os.Open(authfile)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue