From 124fb1e67c6079fe3d762ec0e0096e37a0c5fff6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Jul 2009 22:06:59 -0600 Subject: [PATCH] Oops --- src/calibre/ebooks/oeb/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/oeb/base.py b/src/calibre/ebooks/oeb/base.py index ba4ebbc598..75a1ffb04d 100644 --- a/src/calibre/ebooks/oeb/base.py +++ b/src/calibre/ebooks/oeb/base.py @@ -790,7 +790,7 @@ class Manifest(object): data = first_pass(data) # Force into the XHTML namespace if barename(data.tag) != 'html': - self.log.warn('File %r does not appear to be (X)HTML'%self.href) + self.oeb.log.warn('File %r does not appear to be (X)HTML'%self.href) nroot = etree.fromstring('') for child in list(data): child.getparent.remove(child)