Add a log entry about which storage backend is in use
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3c14a3685c
commit
a2903b73a0
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -73,6 +73,7 @@ func main() {
|
|||
} else {
|
||||
log.Fatalf("%q is not a valid storage backend.", *backend)
|
||||
}
|
||||
log.Printf("Using %s storage backend", *backend)
|
||||
|
||||
pe := &PictureExplorer{
|
||||
FileBackend: storage_backend,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue