Restore uploadResultsTestrail method in Test.groovy

Change-Id: I1837023009c3932ac052786f671b8a6deec199f6
Related-PROD: PROD-28331
diff --git a/src/com/mirantis/mk/Test.groovy b/src/com/mirantis/mk/Test.groovy
index d67ac1d..aadeb8a 100644
--- a/src/com/mirantis/mk/Test.groovy
+++ b/src/com/mirantis/mk/Test.groovy
@@ -445,8 +445,7 @@
 def uploadResultsTestrail(report, image, testGroup, credentialsId, plan, milestone, suite, master = null, target = 'cfg01*') {
     def salt = new com.mirantis.mk.Salt()
     def common = new com.mirantis.mk.Common()
-    common.errorMsg('You are using deprecated method! Try Common.uploadResultsTestRail instead. This method will be removed')
-    error('You are using deprecated method! Try Common.uploadResultsTestRail instead. This method will be removed')
+    common.errorMsg('We may deprecated this method! Check tcp_qa Common.uploadResultsTestRail instead.')
     creds = common.getPasswordCredentials(credentialsId)
     command =  "docker run --rm --net=host " +
                            "-v ${report}:/srv/report.xml " +