gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9637: Fix build bug.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9637: Fix build bug.
Date: Fri, 22 Aug 2008 18:01:50 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9637
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2008-08-22 18:01:50 +0200
message:
  Fix build bug.
modified:
  libcore/asobj/xmlsocket.cpp
    ------------------------------------------------------------
    revno: 9629.1.14
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Fri 2008-08-22 18:00:37 +0200
    message:
      Drop debugging line with 'index', which isn't defined locally but somehow
      compiles anyway for me. The number of messages returned is logged on the
      return from the function in any case.
    modified:
      libcore/asobj/xmlsocket.cpp
=== modified file 'libcore/asobj/xmlsocket.cpp'
--- a/libcore/asobj/xmlsocket.cpp       2008-08-21 16:27:35 +0000
+++ b/libcore/asobj/xmlsocket.cpp       2008-08-22 16:00:37 +0000
@@ -256,7 +256,6 @@
         }
         
         processing(false);
-        log_debug(_("%s: Returning %d messages"), __FUNCTION__, index);
         return true;
         
     }


reply via email to

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