[CalendarServer-changes] [7282] CalendarServer/trunk/calendarserver/tools/notifications.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 1 14:32:15 PDT 2011


Revision: 7282
          http://trac.macosforge.org/projects/calendarserver/changeset/7282
Author:   sagen at apple.com
Date:     2011-04-01 14:32:14 -0700 (Fri, 01 Apr 2011)
Log Message:
-----------
Fix error messages

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/notifications.py

Modified: CalendarServer/trunk/calendarserver/tools/notifications.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/notifications.py	2011-04-01 17:11:46 UTC (rev 7281)
+++ CalendarServer/trunk/calendarserver/tools/notifications.py	2011-04-01 21:32:14 UTC (rev 7282)
@@ -540,12 +540,12 @@
                         nodes[key] = (href.text, name, kind)
 
             except Exception, e:
-                print "Unable to parse proxy information", e
+                print "Unable to parse push information", e
                 print responseBody
                 raise
 
         except Exception, e:
-            print "Unable to look up who %s is a proxy for" % (self.username,)
+            print "Unable to look up push information for %s" % (self.username,)
             raise
 
         if host is None:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110401/7d57354f/attachment.html>


More information about the calendarserver-changes mailing list