Printing out defect if specified
diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py
index 02e53f7..07a7f43 100755
--- a/dev-support/test-patch.py
+++ b/dev-support/test-patch.py
@@ -349,6 +349,7 @@
 
 # If defect parameter is specified let's download the latest attachment
 if defect:
+  print "Defect: %s" % defect
   jira_json = jira_get_defect(result, defect, username, password)
   json = json.loads(jira_json)