Skip to content

Commit

Permalink
For #180 - Downgrade unrecognised �CSS unit to WARNING level from SEV…
Browse files Browse the repository at this point in the history
…ERE.

SEVERE is too severe for a common warning.
  • Loading branch information
danfickle committed Apr 5, 2018
1 parent 36c52aa commit 3809091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public static float calcFloatProportionalValue(CalculatedStyle style,
break;
default:
// nothing to do, we only convert those listed above
XRLog.cascade(Level.SEVERE,
XRLog.cascade(Level.WARNING,
"Asked to convert " + cssName + " from relative to absolute, " +
" don't recognize the datatype " +
"'" + ValueConstants.stringForSACPrimitiveType(primitiveType) + "' "
Expand Down

0 comments on commit 3809091

Please sign in to comment.