openamf/src/java/org/openamf/io AMFDeserializer.java,1.20,1.21

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/io
In directory sc8-pr-cvs1:/tmp/cvs-serv1159/src/java/org/openamf/io

Modified Files:
	AMFDeserializer.java 
Log Message:
lowered log level for null values

Index: AMFDeserializer.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/io/AMFDeserializer.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** AMFDeserializer.java	17 Jul 2003 22:48:20 -0000	1.20
--- AMFDeserializer.java	21 Jul 2003 23:36:10 -0000	1.21
***************
*** 148,152 ****
  			// Save the name/value pair in the map
  			if (value == null) {
! 				log.warn("Skipping NULL value for :" + key);
  			} else {
  				aso.put(key, value);
--- 148,152 ----
  			// Save the name/value pair in the map
  			if (value == null) {
! 				log.info("Skipping NULL value for :" + key);
  			} else {
  				aso.put(key, value);




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.