This commit is contained in:
Liang Ding 2015-02-27 10:53:37 +08:00
parent 1f444bb0ae
commit 232cb5b2f2
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ func createDir(path string) {
os.Exit(-1)
}
logger.Infof("Created a workspace [%s]", path)
logger.Tracef("Created a dir [%s]", path)
}
}