diff --git a/src/main/java/com/cloudbees/jenkins/plugins/BitbucketHookReceiver.java b/src/main/java/com/cloudbees/jenkins/plugins/BitbucketHookReceiver.java index 85990fe..64e2253 100644 --- a/src/main/java/com/cloudbees/jenkins/plugins/BitbucketHookReceiver.java +++ b/src/main/java/com/cloudbees/jenkins/plugins/BitbucketHookReceiver.java @@ -53,7 +53,7 @@ public void doIndex(StaplerRequest req) throws IOException { payloadProcessor.processPayload(payload, req); } else { - LOGGER.log(Level.WARNING, "The Jenkins job cannot be triggered. You might no have configured correctly the WebHook on BitBucket with the last slash `http:///bitbucket-hook/`"); + LOGGER.log(Level.WARNING, "The Jenkins job cannot be triggered. You might not have configured correctly the WebHook on BitBucket with the last slash `http:///bitbucket-hook/` or a 'Test connection' invocation of the hook was triggered."); } }