summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hscript/meta.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/hscript/meta.cc b/hscript/meta.cc
index a12b874..abf0792 100644
--- a/hscript/meta.cc
+++ b/hscript/meta.cc
@@ -656,7 +656,8 @@ bool SvcEnable::execute() const {
"/etc/runlevels/" + _runlevel;
const std::string target = target_rl + "/" + _svc;
const std::string initd = "/etc/init.d/" + _svc;
- output_info(pos, "svcenable: enabling service " + _svc);
+ output_info(pos, "svcenable: enabling service " + _svc +
+ " in runlevel '" + _runlevel + "'");
if(script->options().test(Simulate)) {
std::cout << "mkdir -p " << target_rl << std::endl;