]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rsimple.py
Changed wording.
[bookmarks_db.git] / 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)