NO-JIRA avoiding println on PrintData for Paged Files

This commit is contained in:
Clebert Suconic 2021-05-04 16:59:43 -04:00
parent b0f8f515c5
commit 909f6f4492
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ public class PrintData extends DBOption {
}
if (cursorACKs.getCompletePages(q[i]).contains(Long.valueOf(pgid))) {
out.println(" (PG-COMPLETE)");
out.print(" (PG-COMPLETE)");
}
if (i + 1 < q.length) {