<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -41,7 +41,8 @@ def _update_location(user_id, since):
     lat, lng = map(str, feature['geometry']['coordinates'])
     name = feature['properties']['reverseGeocode']
     timestamp = datetime.datetime.fromtimestamp(feature['properties']['timeStamp'])
-    if timestamp &gt; since:    
+    if timestamp &gt; since:
+        log.debug(&quot;New location: %s&quot;, name)
         loc = Location(latitude=lat, longitude=lng, name=name)
         return Item.objects.create_or_update(
             instance = loc,</diff>
      <filename>src/jellyroll/providers/latitude.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>35ccb57761414f7faeb3eda1021aa14af582e36b</id>
    </parent>
  </parents>
  <author>
    <name>Jacob Kaplan-Moss</name>
    <email>jacob@jacobian.org</email>
  </author>
  <url>http://github.com/jacobian/jellyroll/commit/5cd17a77c98e84a232b032484ee702ba6c0f676a</url>
  <id>5cd17a77c98e84a232b032484ee702ba6c0f676a</id>
  <committed-date>2009-08-26T13:30:57-07:00</committed-date>
  <authored-date>2009-08-26T13:30:57-07:00</authored-date>
  <message>Log the new location in the latitude provider.</message>
  <tree>d14368d76e1e704c4cc625783d4de7ec7de43202</tree>
  <committer>
    <name>Jacob Kaplan-Moss</name>
    <email>jacob@jacobian.org</email>
  </committer>
</commit>
