From 657c2fcbce639c122b5c932a13c20eed259bcec8 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 12 Mar 2008 19:10:36 +0000 Subject: [PATCH] switched a few log levels to --- lib/pdf/BitmapOutputDev.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pdf/BitmapOutputDev.cc b/lib/pdf/BitmapOutputDev.cc index e915bed..f61a80d 100644 --- a/lib/pdf/BitmapOutputDev.cc +++ b/lib/pdf/BitmapOutputDev.cc @@ -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 */ - msg(" Testing new text data against current bitmap data, state=%d, counter=%d\n", layerstate, dbg_btm_counter); + msg(" Testing new text data against current bitmap data, state=%d, counter=%d\n", layerstate, dbg_btm_counter); char filename1[80]; char filename2[80]; @@ -337,7 +337,7 @@ void BitmapOutputDev::checkNewText() void BitmapOutputDev::checkNewBitmap() { /* similar to checkNewText() above, only in reverse */ - msg(" Testing new graphics data against current text data, state=%d, counter=%d\n", layerstate, dbg_btm_counter); + msg(" Testing new graphics data against current text data, state=%d, counter=%d\n", layerstate, dbg_btm_counter); char filename1[80]; char filename2[80]; -- 1.7.10.4