From a63814e2b920394db9f888de86a05559ad1ef182 Mon Sep 17 00:00:00 2001
From: benbro <ben.browitt@gmail.com>
Date: Fri, 13 Jul 2012 18:09:20 +0300
Subject: [PATCH] Changed warning

---
 src/core.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/core.js b/src/core.js
index 46c265298..409ae060d 100644
--- a/src/core.js
+++ b/src/core.js
@@ -404,9 +404,8 @@ var PDFDocument = (function PDFDocumentClosure() {
           if (linearization.length != length)
             linearization = false;
         } catch (err) {
-          warn('since pdf is broken pdf.js is trying to recover it ' +
-               'by indexing the object; ' +
-               'the error in firebug shall have a different origin');
+          warn('The linearization data is not available ' +
+               'or unreadable pdf data is found');
         }
       }
       // shadow the prototype getter with a data property