[CalendarServer-changes] [14573] CalendarServer/trunk/calendarserver/tap/util.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 11 21:32:59 PDT 2015


Revision: 14573
          http://trac.calendarserver.org//changeset/14573
Author:   sagen at apple.com
Date:     2015-03-11 21:32:58 -0700 (Wed, 11 Mar 2015)
Log Message:
-----------
If the pre flight checks fail, print the reason prior to exiting

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/util.py

Modified: CalendarServer/trunk/calendarserver/tap/util.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/util.py	2015-03-12 04:19:45 UTC (rev 14572)
+++ CalendarServer/trunk/calendarserver/tap/util.py	2015-03-12 04:32:58 UTC (rev 14573)
@@ -1243,6 +1243,7 @@
             return False
 
         else:
+            print(reason)
             sys.exit(1)
 
     return True
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150311/41776cc4/attachment-0001.html>


More information about the calendarserver-changes mailing list