Skip to content

Commit

Permalink
Merge branch 'release/v0.6.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Timm committed Jun 26, 2024
2 parents b64d2ab + b00fc01 commit 08686ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selphyprinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ int SelphyPrinter::printImage(const QString &filename, int copyCount)
{
emit busyChanged(true);
mPrinterProcess.start("sh", shParameters);
qDebug() << shParameters;
qDebug() << "Runnings sh with parameters: " << shParameters;
return 0;
}
else
Expand Down

0 comments on commit 08686ea

Please sign in to comment.