Browse Source

Merge pull request #3275 from timvandermeij/lower-warning-to-info

Lowering warning to info
Brendan Dahl 12 years ago
parent
commit
4911c9ee67
  1. 4
      src/core.js

4
src/core.js

@ -340,8 +340,8 @@ var PDFDocument = (function PDFDocumentClosure() { @@ -340,8 +340,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;
}
}

Loading…
Cancel
Save