From c68def40b15c3f2a24f9ea6f5703a3513875f608 Mon Sep 17 00:00:00 2001
From: Glenn Glazer <coyot@lindenlab.com>
Date: Mon, 23 May 2016 10:31:09 -0700
Subject: [PATCH] debug print statement to be removed later

---
 indra/newview/viewer_manifest.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 2c694132ea9..d91faddb1a4 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -116,6 +116,7 @@ def construct(self):
                     settings_install['CmdLineChannel'] = settings_template['CmdLineChannel'].copy()
                     settings_install['CmdLineChannel']['Value'] = self.channel_with_pkg_suffix()
                     print "Set CmdLineChannel in settings_install.xml to '%s'" % self.channel_with_pkg_suffix()
+                print "COYOT: channel set or not: %s" % self.channel_with_pkg_suffix()
 
                 if 'grid' in self.args and self.args['grid']:
                     settings_install['CmdLineGridChoice'] = settings_template['CmdLineGridChoice'].copy()
-- 
GitLab