Author: michiel
Date: 2010-04-08 12:44:29 +0200 (Thu, 08 Apr 2010)
New Revision: 41788
Modified:
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/util/SerializableInputStream.java
Log:
this warning is new and may vomit full your logs with an upgrade. Lowered
priority to avoid that.
Modified:
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/util/SerializableInputStream.java
===================================================================
---
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/util/SerializableInputStream.java
2010-04-08 10:40:55 UTC (rev 41787)
+++
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/util/SerializableInputStream.java
2010-04-08 10:44:29 UTC (rev 41788)
@@ -82,7 +82,7 @@
if (tempFile.length() > 0) {
String ct = MagicFile.getInstance().getMimeType(tempFile);
if (MagicFile.FAILED.equals(ct)) {
- log.warn("Failed to determin type of " + tempFile);
+ log.debug("Failed to determin type of " + tempFile);
this.contentType = MimeType.UNDETERMINED;
} else {
this.contentType = new MimeType(ct);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs