summaryrefslogtreecommitdiff
path: root/indra/llmessage/tests/test_llsdmessage_peer.py
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2016-12-07 09:44:55 -0500
committerNat Goodspeed <nat@lindenlab.com>2016-12-07 09:44:55 -0500
commite1482838fe08ab4d0c4aafd22d50f98d0fdee6c1 (patch)
treeaa7cb85b8c3d83d1eda6370772aee80ee4044212 /indra/llmessage/tests/test_llsdmessage_peer.py
parenta4ba22fecc8db468377ab14f5652e4176f0488b7 (diff)
DRTVWR-418: Fix a couple variable references in debugging output.
Diffstat (limited to 'indra/llmessage/tests/test_llsdmessage_peer.py')
-rwxr-xr-xindra/llmessage/tests/test_llsdmessage_peer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/tests/test_llsdmessage_peer.py b/indra/llmessage/tests/test_llsdmessage_peer.py
index a0d5d1b354..8e1204fb20 100755
--- a/indra/llmessage/tests/test_llsdmessage_peer.py
+++ b/indra/llmessage/tests/test_llsdmessage_peer.py
@@ -163,5 +163,5 @@ if __name__ == "__main__":
# command-line parsing -- and anyway, for C++ integration tests, that's
# performed in TUT code rather than our own.
os.environ["PORT"] = str(httpd.server_port)
- debug("$PORT = %s", port)
+ debug("$PORT = %s", httpd.server_port)
sys.exit(run(server_inst=httpd, *sys.argv[1:]))