diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-12-07 09:44:55 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-12-07 09:44:55 -0500 |
commit | e1482838fe08ab4d0c4aafd22d50f98d0fdee6c1 (patch) | |
tree | aa7cb85b8c3d83d1eda6370772aee80ee4044212 /indra/llcorehttp | |
parent | a4ba22fecc8db468377ab14f5652e4176f0488b7 (diff) |
DRTVWR-418: Fix a couple variable references in debugging output.
Diffstat (limited to 'indra/llcorehttp')
-rwxr-xr-x | indra/llcorehttp/tests/test_llcorehttp_peer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/tests/test_llcorehttp_peer.py b/indra/llcorehttp/tests/test_llcorehttp_peer.py index b900ad73ff..6c223990ca 100755 --- a/indra/llcorehttp/tests/test_llcorehttp_peer.py +++ b/indra/llcorehttp/tests/test_llcorehttp_peer.py @@ -306,7 +306,7 @@ if __name__ == "__main__": # command-line parsing -- and anyway, for C++ integration tests, that's # performed in TUT code rather than our own. os.environ["LL_TEST_PORT"] = str(httpd.server_port) - debug("$LL_TEST_PORT = %s", port) + debug("$LL_TEST_PORT = %s", httpd.server_port) if do_valgrind: args = ["valgrind", "--log-file=./valgrind.log"] + args path_search = True |