gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r10059: be more clear which response


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10059: be more clear which response we got.
Date: Thu, 26 Mar 2009 21:49:51 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10059
committer: address@hidden
branch nick: rtmp
timestamp: Thu 2009-03-26 21:49:51 -0600
message:
  be more clear which response we got.
modified:
  testsuite/misc-ming.all/red5test.as
=== modified file 'testsuite/misc-ming.all/red5test.as'
--- a/testsuite/misc-ming.all/red5test.as       2009-03-27 00:38:10 +0000
+++ b/testsuite/misc-ming.all/red5test.as       2009-03-27 03:49:51 +0000
@@ -597,7 +597,7 @@
 result1=false;;
 o.onResult = function()
 {
-    note("Got a null result back from the server."+dumpObject(arguments));
+    note("Got a null result back from the RTMP server."+dumpObject(arguments));
     note(arguments[0]);
     if (arguments.length == 1) {
        if (arguments[0] == null) {
@@ -613,7 +613,7 @@
 o=new ResultHandler();
 o.onResult = function()
 {
-    note("Got a string result back from the server."+dumpObject(arguments));
+    note("Got a string result back from the RTMP 
server."+dumpObject(arguments));
     if (arguments.length == 1) {
        if (arguments[0].length == 0) {
            result3 = true;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]