[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnash-commit] /srv/bzr/gnash/trunk r11168: Parse, not debug.
From: |
Benjamin Wolsey |
Subject: |
[Gnash-commit] /srv/bzr/gnash/trunk r11168: Parse, not debug. |
Date: |
Fri, 26 Jun 2009 14:57:24 +0200 |
User-agent: |
Bazaar (1.13.1) |
------------------------------------------------------------
revno: 11168
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2009-06-26 14:57:24 +0200
message:
Parse, not debug.
modified:
libcore/swf/DefineButtonCxformTag.cpp
=== modified file 'libcore/swf/DefineButtonCxformTag.cpp'
--- a/libcore/swf/DefineButtonCxformTag.cpp 2009-06-15 11:32:49 +0000
+++ b/libcore/swf/DefineButtonCxformTag.cpp 2009-06-26 12:57:24 +0000
@@ -37,7 +37,7 @@
const boost::uint16_t buttonID = in.read_u16();
IF_VERBOSE_PARSE (
- log_debug("DefineButtonCxformTag: ButtonId=%d", buttonID);
+ log_parse("DefineButtonCxformTag: ButtonId=%d", buttonID);
);
DefinitionTag* chdef = m.getDefinitionTag(buttonID);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnash-commit] /srv/bzr/gnash/trunk r11168: Parse, not debug.,
Benjamin Wolsey <=