This commit is contained in:
Liang Ding 2015-02-13 13:15:58 +08:00
parent ed1fd23759
commit ad4c0cd896
1 changed files with 2 additions and 0 deletions

View File

@ -417,6 +417,8 @@ func createDir(path string) {
os.Exit(-1)
}
logger.Infof("Created a workspace [%s]", path)
}
}