From d22ea7edc4be63e368560e09cc61458c9e458706 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 17 May 2013 21:37:20 +0200 Subject: [PATCH] Lowering warning to info --- src/core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core.js b/src/core.js index 785654cdb..91bdd1133 100644 --- a/src/core.js +++ b/src/core.js @@ -354,8 +354,8 @@ var PDFDocument = (function PDFDocumentClosure() { throw err; } - warn('The linearization data is not available ' + - 'or unreadable pdf data is found'); + info('The linearization data is not available ' + + 'or unreadable PDF data is found'); linearization = false; } }