[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST] standalone: print the path to the apache logs if we can't read them
For cut-and-paste convenience. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone b/standalone index 6b08995..800b4ec 100755 --- a/standalone +++ b/standalone @@ -79,7 +79,7 @@ while true ; do done if [ ! -r /var/log/apache2/access.log ] ; then - echo "WARNING: Cannot read apache logs. Some tests may fail" >&2 + echo "WARNING: Cannot read apache logs at /var/log/apache2/access.log. Some tests may fail" >&2 fi if ! ssh-add -l >/dev/null ] ; then -- 1.9.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |