HADOOP-12349. Misleading debug message in generic_locate_patch (Jagadesh Kiran 
N via aw)


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/b05d4c31
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/b05d4c31
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/b05d4c31

Branch: refs/heads/master
Commit: b05d4c313f534d08ce58d496214fde2002233c44
Parents: b8a06f9
Author: Allen Wittenauer <[email protected]>
Authored: Fri Sep 4 14:44:02 2015 -0700
Committer: Allen Wittenauer <[email protected]>
Committed: Fri Sep 4 14:44:16 2015 -0700

----------------------------------------------------------------------
 dev-support/test-patch.d/builtin-bugsystem.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/b05d4c31/dev-support/test-patch.d/builtin-bugsystem.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.d/builtin-bugsystem.sh 
b/dev-support/test-patch.d/builtin-bugsystem.sh
index 9a9ee05..de0f01b 100644
--- a/dev-support/test-patch.d/builtin-bugsystem.sh
+++ b/dev-support/test-patch.d/builtin-bugsystem.sh
@@ -35,7 +35,7 @@ function generic_locate_patch
           --output "${output}" \
          "${input}"
   if [[ $? != 0 ]]; then
-    yetus_debug "jira_locate_patch: not a JIRA."
+    yetus_debug "generic_locate_patch: failed to download the patch."
     return 1
   fi
   return 0

Reply via email to