switched a few log levels to <trace>
authorkramm <kramm>
Wed, 12 Mar 2008 19:10:36 +0000 (19:10 +0000)
committerkramm <kramm>
Wed, 12 Mar 2008 19:10:36 +0000 (19:10 +0000)
lib/pdf/BitmapOutputDev.cc

index e915bed..f61a80d 100644 (file)
@@ -292,7 +292,7 @@ void BitmapOutputDev::checkNewText()
     /* called once some new text was drawn on booltextdev, and
        before the same thing is drawn on gfxdev */
     
     /* called once some new text was drawn on booltextdev, and
        before the same thing is drawn on gfxdev */
     
-    msg("<debug> Testing new text data against current bitmap data, state=%d, counter=%d\n", layerstate, dbg_btm_counter);
+    msg("<trace> Testing new text data against current bitmap data, state=%d, counter=%d\n", layerstate, dbg_btm_counter);
     
     char filename1[80];
     char filename2[80];
     
     char filename1[80];
     char filename2[80];
@@ -337,7 +337,7 @@ void BitmapOutputDev::checkNewText()
 void BitmapOutputDev::checkNewBitmap()
 {
     /* similar to checkNewText() above, only in reverse */
 void BitmapOutputDev::checkNewBitmap()
 {
     /* similar to checkNewText() above, only in reverse */
-    msg("<debug> Testing new graphics data against current text data, state=%d, counter=%d\n", layerstate, dbg_btm_counter);
+    msg("<trace> Testing new graphics data against current text data, state=%d, counter=%d\n", layerstate, dbg_btm_counter);
 
     char filename1[80];
     char filename2[80];
 
     char filename1[80];
     char filename2[80];