Skip to content

Commit

Permalink
add log temporarily
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Kejie Zhang <[email protected]>
  • Loading branch information
kjzz committed Sep 5, 2018
1 parent ea9087c commit 2c5a337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/coreunix/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ func (adder *Adder) addFile(file files.File) error {
return err
}

fmt.Printf("Fullpath: %s\n", file.FullPath())
addFileName := file.FileName()
if file.FullPath() == "" && adder.Name != "" {
addFileName = adder.Name
Expand Down

0 comments on commit 2c5a337

Please sign in to comment.