On Fri, 26 Sep 2025 20:46:35 GMT, Phil Race <[email protected]> wrote:
>> src/java.desktop/unix/classes/sun/print/PrintServiceLookupProvider.java line
>> 887:
>>
>>> 885: } catch (Exception e) {
>>> 886: // Print exception for tracking printer command errors
>>> 887: System.err.println(e);
>>
>> Dont think we use println directly...you can use
>> `IPPPrintService.debug_println` instead in my opinion
>
> agree
Updated with `IPPPrintService.debug_println` as suggested. Thank you
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27482#discussion_r2386639970