Commit 0e41e193 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

add logging file

parent 81dbb236
......@@ -70,6 +70,7 @@ remains to be implemented.
return nil, err
}
log.Infof("adding file: %s", name)
if err := addDagnodes(dns); err != nil {
return nil, err
}
......@@ -99,7 +100,6 @@ remains to be implemented.
}
log.Infof("adding dir: %s", name)
if err := addDagnodes([]*dag.Node{tree}); err != nil {
return nil, err
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment