Searched refs:warnlog (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinter.java69 private String warnlog = null; field in class:Printer
263 if (warnlog == null) {
264 warnlog = new String(warning);
267 warnlog = warnlog.concat(warning);
298 if (warnlog == null) {
301 return (new String(warnlog.trim()));
490 warnlog = null;

Completed in 57 milliseconds