the varargs logger is so fancy that it supplies "=" for us.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5289 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Nathan Curtis
2008-08-04 18:16:08 +00:00
parent 9ae87e7c2b
commit e14bbe5a02
@@ -77,7 +77,7 @@ public abstract class FieldMarshaller
return new MethodFieldMarshaller(reader, writer);
} else if (reader == null || writer == null) {
log.warning("Class contains one but not both custom field reader and writer" +
"class", field.getDeclaringClass().getName(), "field=", field.getName(),
"class", field.getDeclaringClass().getName(), "field", field.getName(),
"reader", reader, "writer", writer);
// fall through to using reflection on the fields...
}