Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
refactor: improve logging in sync time entry
Browse files Browse the repository at this point in the history
  • Loading branch information
angusfretwell committed May 30, 2016
1 parent 76eb4f9 commit 3a10549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jobs/syncTimeEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default async function ({ data }, done) {
try {
ticket = await jira.get(`issue/${jiraKey}`);
} catch (err) {
winston.info(`Skipped ${jiraKey}; couldn't find Jira issue`);
winston.info(`Skipped time entry "${jiraKey}"; couldn't find Jira issue`);
return done();
}

Expand Down

0 comments on commit 3a10549

Please sign in to comment.