From b40a3866dcd41ee05277255ae70c2e9ed73897b6 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sat, 30 Dec 2017 13:47:58 +0100 Subject: Add detailed logging for WriteDir --- snapshot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snapshot.go') 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 -- cgit v1.2.3-54-g00ecf