summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dlgbook/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/dlgbook/main.go b/cmd/dlgbook/main.go
index 3aa8015..73c14ac 100644
--- a/cmd/dlgbook/main.go
+++ b/cmd/dlgbook/main.go
@@ -137,6 +137,8 @@ func main() {
if err != nil {
log.Fatalf("Couldn't create directory %s: %v", dir, err)
}
+ fmt.Printf("Saving book to %s\n", dir)
+
cmd := exec.Command("getgbook", bookid)
cmd.Dir = dir
cmd.Stdout = os.Stdout