[CalendarServer-changes] [5649] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon May 24 15:36:15 PDT 2010


Revision: 5649
          http://trac.macosforge.org/projects/calendarserver/changeset/5649
Author:   sagen at apple.com
Date:     2010-05-24 15:36:13 -0700 (Mon, 24 May 2010)
Log Message:
-----------
Print the URL we're failing on in www_get( ), so it's a bit more obvious where the problem lies.

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2010-05-24 21:17:22 UTC (rev 5648)
+++ CalendarServer/trunk/support/build.sh	2010-05-24 22:36:13 UTC (rev 5649)
@@ -170,7 +170,7 @@
       bz2)    decompress="bzip2 -d -c"; ;;
       tar)    decompress="cat"; ;;
       *)
-        echo "Unknown extension: ${ext}";
+        echo "Error in www_get of URL ${url}: Unknown extension ${ext}";
         exit 1;
         ;;
     esac;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100524/e8615fc8/attachment.html>


More information about the calendarserver-changes mailing list