CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/01/07 12:02:08
Modified files: server/asobj : xml.cpp Log message: Make Loading XML from xxxx a SECURITY log CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/xml.cpp?cvsroot=gnash&r1=1.62&r2=1.63 Patches: Index: xml.cpp =================================================================== RCS file: /sources/gnash/gnash/server/asobj/xml.cpp,v retrieving revision 1.62 retrieving revision 1.63 diff -u -b -r1.62 -r1.63 --- xml.cpp 7 Jan 2008 11:59:30 -0000 1.62 +++ xml.cpp 7 Jan 2008 12:02:07 -0000 1.63 @@ -17,7 +17,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // -/* $Id: xml.cpp,v 1.62 2008/01/07 11:59:30 strk Exp $ */ +/* $Id: xml.cpp,v 1.63 2008/01/07 12:02:07 strk Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -553,7 +553,7 @@ //callMethod(VM::get().getStringTable().find(PROPNAME("onData")), nullValue); } - log_msg(_("Loading XML file from url: '%s'"), url.str().c_str()); + log_security(_("Loading XML file from url: '%s'"), url.str().c_str()); queueLoad(str); return true; _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit