diff --git a/tests/src/as/com/threerings/bureau/client/TestClientMain.as b/tests/src/as/com/threerings/bureau/client/TestClientMain.as index 5390fb026..eb41b36da 100644 --- a/tests/src/as/com/threerings/bureau/client/TestClientMain.as +++ b/tests/src/as/com/threerings/bureau/client/TestClientMain.as @@ -10,7 +10,7 @@ import avmplus.System; for (var i :int = 0; i < System.argv.length; ++i) { - print("Argv[" + i + "] = " + System.argv[i]); + trace("Argv[" + i + "] = " + System.argv[i]); } /*