Improve a log message.

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Chris Gavin 2021-11-17 10:30:54 +00:00
parent 316ad9d919
commit 21a786fda0
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA
3 changed files with 3 additions and 3 deletions

View file

@ -437,7 +437,7 @@ async function uploadFiles(
}
);
const status = response.data.processing_status;
logger.info(`Status is ${status}.`);
logger.info(`Analysis upload status is ${status}.`);
if (status === "complete") {
break;
}