Better warning component printing
This commit is contained in:
parent
ebb9fd0e3c
commit
60896d2236
@ -76,7 +76,7 @@ public class WarningSet extends AbstractSet<Warning> implements Cloneable, Monit
|
||||
*
|
||||
*/
|
||||
public boolean add (Warning w, String d) {
|
||||
return this.add(w.toString() + ": " + d);
|
||||
return this.add(w.toString() + ": \"" + d + "\"");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user