CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/11/22 19:40:24
Modified files: server : as_environment.cpp Log message: Ops, erroneously committed debugging lines in previous commit CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_environment.cpp?cvsroot=gnash&r1=1.112&r2=1.113 Patches: Index: as_environment.cpp =================================================================== RCS file: /sources/gnash/gnash/server/as_environment.cpp,v retrieving revision 1.112 retrieving revision 1.113 diff -u -b -r1.112 -r1.113 --- as_environment.cpp 22 Nov 2007 19:39:18 -0000 1.112 +++ as_environment.cpp 22 Nov 2007 19:40:24 -0000 1.113 @@ -17,7 +17,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // -/* $Id: as_environment.cpp,v 1.112 2007/11/22 19:39:18 strk Exp $ */ +/* $Id: as_environment.cpp,v 1.113 2007/11/22 19:40:24 strk Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -425,7 +425,7 @@ } if (colon_index >= var_path_length) { -log_msg(_(" no colon in path")); +//log_debug(_(" no colon in path")); // No colon. Is there a '.'? Find the last // one, if any. for (colon_index = var_path_length - 1; colon_index >= 0; colon_index--) { @@ -435,7 +435,7 @@ } } if (colon_index < 0) { -log_msg(_(" no dot in path")); +//log_debug(_(" no dot in path")); return false; } } _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit