[CalendarServer-changes] [3284] CalendarServer/trunk/run

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 30 15:33:50 PDT 2008


Revision: 3284
          http://trac.macosforge.org/projects/calendarserver/changeset/3284
Author:   wsanchez at apple.com
Date:     2008-10-30 15:33:50 -0700 (Thu, 30 Oct 2008)
Log Message:
-----------
Don't print helpful info when printing the path.

Modified Paths:
--------------
    CalendarServer/trunk/run

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2008-10-30 22:00:42 UTC (rev 3283)
+++ CalendarServer/trunk/run	2008-10-30 22:33:50 UTC (rev 3284)
@@ -155,8 +155,6 @@
   exit 1;
 fi;
 
-echo "Using ${python} as Python";
-
 if [ -z "${caldav:-}" ]; then
   caldav="${wd}";
 fi;
@@ -243,6 +241,8 @@
     exit 0;
   fi;
 
+  echo "Using ${python} as Python";
+
   if "${do_run}"; then
     if [ ! -f "${config}" ]; then
       echo "";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081030/2e32dcc8/attachment.html>


More information about the calendarserver-changes mailing list