diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ for(int i = 0; i < img->height; ++i) if (status.err_info_1 || status.err_info_2) bail_out(&json_ctx, "Printer reported error(s): %s", - ql_decode_errors(&status)); + ql_decode_errors_human(&status)); } while (status.status_type != QL_STATUS_TYPE_PRINTING_DONE); alarm(0); |
