You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aw...@apache.org on 2015/09/04 23:44:23 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-12111 04039ab15 -> 41ae6fd0d


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


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

Branch: refs/heads/HADOOP-12111
Commit: 41ae6fd0db01f86046b2b0f60dea3de147f3a98e
Parents: 04039ab
Author: Allen Wittenauer <aw...@apache.org>
Authored: Fri Sep 4 14:44:02 2015 -0700
Committer: Allen Wittenauer <aw...@apache.org>
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/hadoop/blob/41ae6fd0/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