aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_xmls.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-07-09 18:25:00 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-10-17 19:07:20 -0400
commit703ddafbb14127db4b7b52bfada3d3d96e22754d (patch)
tree6ea5c66293da1e8e9579325e42411df820ad10be /org/output_xmls.org
parent0.7.4 sqlite related, also some xml paths (diff)
cosmetic
Diffstat (limited to 'org/output_xmls.org')
-rw-r--r--org/output_xmls.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/org/output_xmls.org b/org/output_xmls.org
index 5e312f2..d8a839d 100644
--- a/org/output_xmls.org
+++ b/org/output_xmls.org
@@ -2084,7 +2084,9 @@ void images_cp(M)(
if (exists(fn_src_in)) {
fn_src_in.copy(fn_src_out);
} else {
- writeln("WARNING image not found: ", fn_src_in);
+ if (!(doc_matters.opt.action.quiet)) {
+ writeln("WARNING image not found: ", fn_src_in);
+ }
}
}
}