CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/12/12 19:58:09
Modified files:
server/asobj : Key.cpp
Log message:
reduce debugging output
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Key.cpp?cvsroot=gnash&r1=1.49&r2=1.50
Patches:
Index: Key.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Key.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- Key.cpp 12 Dec 2007 10:23:46 -0000 1.49
+++ Key.cpp 12 Dec 2007 19:58:08 -0000 1.50
@@ -124,7 +124,7 @@
as_value ev(key_event.get_function_name());
- log_debug("notify_listeners calling broadcastMessage with arg %s",
ev.to_debug_string().c_str());
+ //log_debug("notify_listeners calling broadcastMessage with arg %s",
ev.to_debug_string().c_str());
callMethod(NSV::PROP_BROADCAST_MESSAGE, ev);
}
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit