mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 21:19:19 +00:00
log db file
This commit is contained in:
parent
d0a2b80ecc
commit
edc7d56219
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…
x
Reference in New Issue
Block a user