aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/publish.cxx')
-rw-r--r--bdep/publish.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/bdep/publish.cxx b/bdep/publish.cxx
index 32687d5..e46ac88 100644
--- a/bdep/publish.cxx
+++ b/bdep/publish.cxx
@@ -179,6 +179,10 @@ namespace bdep
<< " control: " << *ctrl;
}
+#ifdef BDEP_STAGE
+ warn << "publishing using staged build2 toolchain";
+#endif
+
if (!yn_prompt ("continue? [y/n]"))
return 1;
}