mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
log db file
This commit is contained in:
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)
|
||||||
|
Reference in New Issue
Block a user