aboutsummaryrefslogtreecommitdiff
path: root/snapshot.go
diff options
context:
space:
mode:
Diffstat (limited to 'snapshot.go')
-rw-r--r--snapshot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/snapshot.go b/snapshot.go
index 06244e2..28b26ff 100644
--- a/snapshot.go
+++ b/snapshot.go
@@ -114,7 +114,7 @@ func TakeSnapshot(env *Env, args []string) int {
return 1
}
- tree_id, err := backup.WriteDir(env.Store, dir_path, d, env.IdCache)
+ tree_id, err := backup.WriteDir(env.Store, dir_path, d, env.IdCache, env.Log)
if err != nil {
errout(err)
return 1