Make logs follow a more consistent format

This commit is contained in:
Matthew Penner
2020-12-27 13:01:34 -07:00
parent 640e30de8a
commit de4d2f4724
4 changed files with 10 additions and 10 deletions

View File

@@ -375,7 +375,7 @@ func postTransfer(c *gin.Context) {
}
sendTransferLog("Writing archive to disk...")
data.log().Info("writing transfer archive to disk..")
data.log().Info("writing transfer archive to disk...")
// Copy the file.
progress := &downloadProgress{size: size}