aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/script/run.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/script/run.cxx')
-rw-r--r--libbuild2/script/run.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/script/run.cxx b/libbuild2/script/run.cxx
index ca04443..1971bd1 100644
--- a/libbuild2/script/run.cxx
+++ b/libbuild2/script/run.cxx
@@ -1329,7 +1329,7 @@ namespace build2
}
catch (const io_error& e)
{
- fail (ll) << "unable to read from " << cmd_path (c) << " output: "
+ fail (ll) << "unable to read from " << cmd_path (c) << " stdout: "
<< e;
}
}