Browse code

change pdf warning message to debug.

Steven Morgan authored on 2017/06/10 01:44:29
Showing 1 changed files
... ...
@@ -514,7 +514,7 @@ static int run_pdf_hooks(struct pdf_struct *pdf, enum pdf_phase phase, int fd, i
514 514
     if (fd != -1) {
515 515
         map = fmap(fd, 0, 0);
516 516
         if (!map) {
517
-            cli_warnmsg("can't mmap pdf extracted obj\n");
517
+            cli_dbgmsg("can't mmap pdf extracted obj\n");
518 518
             map = *ctx->fmap;
519 519
             fd = -1;
520 520
         }