]> git.phdru.name Git - bookmarks_db.git/commitdiff
Changed wording.
authorOleg Broytman <phd@phdru.name>
Mon, 3 Jan 2011 00:34:35 +0000 (00:34 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 3 Jan 2011 00:34:35 +0000 (00:34 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@305 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/bkmk_rsimple.py

index c2733a184ce5f6352e3b201e751b65404bf32b49..88f5e16ab2339613b82432af553210685f476e3b 100644 (file)
@@ -220,7 +220,7 @@ class robot_simple(Robot):
                            self.log("   got icon       : %s" % content_type)
                            if content_type.startswith("application/") \
                                  or content_type.startswith("text/plain"):
-                              self.log("   got non-image icon, assume x-icon")
+                              self.log("       non-image content type, assume x-icon")
                               content_type = 'image/x-icon'
                            bookmark.icon = "data:%s;base64,%s" % (content_type, b64encode(icon_data))
                            icons[icon] = (content_type, bookmark.icon)