Print names of files deleted by cleanup phase

Change-Id: Ia9c5408b1b159843dbc57e2e480ca2972598186d
This commit is contained in:
Colin Cross 2015-02-12 10:24:29 -08:00
parent 542fd55c38
commit d9d92cb75d

View file

@ -126,6 +126,7 @@ func removeFileAndEmptyDirs(path string) error {
} }
return err return err
} }
fmt.Printf("removed old ninja-created file %s because it has no rule to generate it\n", path)
path, err = filepath.Abs(path) path, err = filepath.Abs(path)
if err != nil { if err != nil {