diff --git a/build.xml b/build.xml
index 9813584d1fd370a965e0e169ee761f5b89a85970..c761d868ab13a3464f593c6b96ee86099ccafd55 100644
--- a/build.xml
+++ b/build.xml
@@ -113,7 +113,8 @@
       <istrue value="${apachectl}" />
       <then>
         <copy file="${srcdir}/local/httpd-vufind.conf" tofile="${apacheconfdir}/vufindtest.conf" />
-        <exec command="${apachectl} restart" />
+        <exec command="${apachectl} restart" outputProperty="LASTOUTPUT" />
+        <echo message="${LASTOUTPUT}" />
       </then>
     </if>