diff --git a/roles/gluster-monitor/templates/detect-gluster-problems.py.j2 b/roles/gluster-monitor/templates/detect-gluster-problems.py.j2
index 67a820f8e266e07d3a5485b0995d27e803303c6a..05d2098110f49d19c5ba6138cf2d29f20a6dd48c 100644
--- a/roles/gluster-monitor/templates/detect-gluster-problems.py.j2
+++ b/roles/gluster-monitor/templates/detect-gluster-problems.py.j2
@@ -66,7 +66,7 @@ def Test2():
                 if (NoOfSplitBrains!=0):
                     error("Number of Split Brains is {}".format(NoOfSplitBrains))
     except subprocess.CalledProcessError as error:
-                error("Test1:  \nPlease contact mcc-help@monash.edu \n error code", error.returncode, error.output)
+                error("Test2:  \nPlease contact mcc-help@monash.edu \n error code", error.returncode, error.output)
                 sys.exit(1)
 
 ##############################