aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/output/hub.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-11-14 21:23:31 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2019-11-19 16:55:31 -0500
commit6825a6865c9aa7f235a3825b0e08f3834745ed86 (patch)
tree79a128d168cf30bdb8bd4aa130f9e19b0c3ec5ae /src/doc_reform/output/hub.d
parent0.8.3 (if exists) get site config & output path (diff)
0.9.0 spine (doc-reform renamed)
Diffstat (limited to 'src/doc_reform/output/hub.d')
-rw-r--r--src/doc_reform/output/hub.d8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc_reform/output/hub.d b/src/doc_reform/output/hub.d
index 227cd3b..66dcd43 100644
--- a/src/doc_reform/output/hub.d
+++ b/src/doc_reform/output/hub.d
@@ -20,18 +20,18 @@ template outputHub() {
auto msg = Msg!()(doc_matters);
if (sched == outTask.source_or_pod) {
if (doc_matters.opt.action.source) {
- msg.v("doc reform source processing... ");
+ msg.v("spine (doc reform) source processing... ");
}
if (doc_matters.opt.action.pod) {
- msg.v("doc reform source pod processing... ");
+ msg.v("spine (doc reform) source pod processing... ");
}
import doc_reform.output.source_pod;
DocReformPod!()(doc_matters);
if (doc_matters.opt.action.source) {
- msg.vv("doc reform source done");
+ msg.vv("spine (doc reform) source done");
}
if (doc_matters.opt.action.pod) {
- msg.vv("doc reform source pod done");
+ msg.vv("spine (doc reform) source pod done");
}
}
if (sched == outTask.epub) {