gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11114: Hush a couple of too noisy d


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11114: Hush a couple of too noisy debug messages
Date: Mon, 15 Jun 2009 16:52:55 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11114
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2009-06-15 16:52:55 +0200
message:
  Hush a couple of too noisy debug messages
modified:
  libcore/asobj/flash/net/XMLSocket_as.cpp
  libcore/asobj/flash/xml/XMLDocument_as.cpp
=== modified file 'libcore/asobj/flash/net/XMLSocket_as.cpp'
--- a/libcore/asobj/flash/net/XMLSocket_as.cpp  2009-06-11 21:50:12 +0000
+++ b/libcore/asobj/flash/net/XMLSocket_as.cpp  2009-06-15 14:52:55 +0000
@@ -365,7 +365,7 @@
    
     if (msgs.empty()) return;
     
-    log_debug(_("Got %d messages: "), msgs.size());
+    //log_debug(_("Got %d messages: "), msgs.size());
 
 #ifdef GNASH_XMLSOCKET_DEBUG
     for (size_t i = 0, e = msgs.size(); i != e; ++i) {

=== modified file 'libcore/asobj/flash/xml/XMLDocument_as.cpp'
--- a/libcore/asobj/flash/xml/XMLDocument_as.cpp        2009-06-08 16:08:56 
+0000
+++ b/libcore/asobj/flash/xml/XMLDocument_as.cpp        2009-06-15 14:52:55 
+0000
@@ -535,7 +535,8 @@
 void
 XMLDocument_as::parseXML(const std::string& xml)
 {
-    GNASH_REPORT_FUNCTION; 
+    //GNASH_REPORT_FUNCTION; 
+
     if (xml.empty())
     {
         log_error(_("XML data is empty"));


reply via email to

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