02c748
From 9b74fb4d667cf187c1c80aeb39ff3b3c12846421 Mon Sep 17 00:00:00 2001
02c748
From: Ken Gaillot <kgaillot@redhat.com>
02c748
Date: Tue, 18 Apr 2017 14:17:38 -0500
02c748
Subject: [PATCH] Low: tools: show Red Hat bugzilla URL when using crm_report
02c748
02c748
---
02c748
 tools/crm_report.in | 2 +-
02c748
 1 file changed, 1 insertion(+), 1 deletion(-)
02c748
02c748
diff --git a/tools/crm_report.in b/tools/crm_report.in
02c748
index 26050a7..4715155 100644
02c748
--- a/tools/crm_report.in
02c748
+++ b/tools/crm_report.in
02c748
@@ -225,7 +225,7 @@ EOF
02c748
 	log "Collected results are available in $fname"
02c748
 	log " "
02c748
 	log "Please create a bug entry at"
02c748
-	log "    http://bugs.clusterlabs.org/enter_bug.cgi?product=Pacemaker"
02c748
+	log "    https://bugzilla.redhat.com/"
02c748
 	log "Include a description of your problem and attach this tarball"
02c748
 	log " "
02c748
 	log "Thank you for taking time to create this report."
02c748
-- 
02c748
1.8.3.1
02c748