Skip to content

Commit

Permalink
log status
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Nov 28, 2023
1 parent e352d0b commit b576633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/v1/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const HandleJobs = async (event: any = {}): Promise<any> => {
await SubmitArchiveJob(jobId);
break;
default:
consoleLogger.error(jobId, 'Invalid status');
consoleLogger.error(jobId, `Invalid status: ${jobStatus}`);
break;
}
} catch (err) {
Expand Down

0 comments on commit b576633

Please sign in to comment.