Skip to content

Commit ae11c25

Browse files
committed
change error log message
1 parent f264792 commit ae11c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jira.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ var JiraApi = exports.JiraApi = function(protocol, host, port, username, passwor
628628
}
629629

630630
if (response.statusCode !== 200) {
631-
callback(response.statusCode + ': Unable to connect to JIRA during issueLink.');
631+
callback(response.statusCode + ': Unable to connect to JIRA during request.');
632632
return;
633633
}
634634

0 commit comments

Comments
 (0)