changed an error to a warning
authorMatthias Kramm <kramm@quiss.org>
Wed, 17 Mar 2010 21:38:43 +0000 (14:38 -0700)
committerMatthias Kramm <kramm@quiss.org>
Wed, 17 Mar 2010 21:38:43 +0000 (14:38 -0700)
lib/pdf/BitmapOutputDev.cc

index 1abd91f..282b7d7 100644 (file)
@@ -1448,7 +1448,7 @@ void BitmapOutputDev::drawChar(GfxState *state, double x, double y,
 
         if(!path) {
             if(code)
-                msg("<error> couldn't create outline for char %d", code);
+                msg("<warning> couldn't create outline for char %d", code);
             return;
         }
         x-=originX;