Bump to 1.0

This commit is contained in:
Richard Patel
2018-11-18 00:54:58 +01:00
parent 6793086c22
commit d593ba2d0b
2 changed files with 4 additions and 9 deletions

View File

@@ -114,8 +114,9 @@ func uploadChunks(websiteId uint64, f *os.File) error {
iter, res.Status)
}
logrus.Infof("Uploading file list part %d: %s",
iter, res.Status)
logrus.WithField("id", websiteId).
WithField("part", iter).
Infof("Uploading files chunk")
}
return nil
}