diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-09-24 23:55:49 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-09-25 11:58:17 -0400 |
| commit | 710bb22a76d6dcd33395984726cf0cc08f894122 (patch) | |
| tree | c2d3969cf48a2facf55b4be5c7f1b5dffd27e088 /src/sisudoc/io_out/epub3.d | |
| parent | spine.d tidy (diff) | |
terminal output verbosity levels, minor rework
Diffstat (limited to 'src/sisudoc/io_out/epub3.d')
| -rw-r--r-- | src/sisudoc/io_out/epub3.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sisudoc/io_out/epub3.d b/src/sisudoc/io_out/epub3.d index 77bf040..c8ca757 100644 --- a/src/sisudoc/io_out/epub3.d +++ b/src/sisudoc/io_out/epub3.d @@ -737,7 +737,7 @@ template outputEPub3() { foreach (image; doc_matters.srcs.image_list) { { /+ debug +/ if (doc_matters.opt.action.debug_do_epub) { - if (doc_matters.opt.action.vox_gt2) { + if (doc_matters.opt.action.vox_gt_3) { writeln( doc_matters.src.image_dir_path, "/", image, " -> ", pth_epub3.dbg_doc_oebps_image(doc_matters.src.filename), "/", image @@ -784,7 +784,7 @@ template outputEPub3() { } catch (ErrnoException ex) { // Handle error } - if (doc_matters.opt.action.vox_gt0) { + if (doc_matters.opt.action.vox_gt_1) { writeln(" ", fn_epub); } debug(epub_archive) { |
