From 111feb9b9281bfd2d0e2ade9a35ec2e294502631 Mon Sep 17 00:00:00 2001 From: Anton Thomasson Date: Sat, 7 Dec 2019 14:40:36 +0100 Subject: [PATCH] More dubug printouts --- src/ippprinter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ippprinter.cpp b/src/ippprinter.cpp index 1a679b0..02f0bc2 100644 --- a/src/ippprinter.cpp +++ b/src/ippprinter.cpp @@ -120,6 +120,7 @@ bool IppPrinter::print(QJsonObject attrs, QString filename){ // attrs.insert("document-format", QJsonObject {{"tag", 73}, {"value", "image/jpeg"}}); // } + qDebug() << "Printing job" << o << attrs; IppMsg job = IppMsg(o, attrs); QByteArray contents = job.encode(IppMsg::PrintJob);