From: kramm Date: Wed, 12 Mar 2008 19:10:36 +0000 (+0000) Subject: switched a few log levels to X-Git-Tag: buttons-working~415 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=657c2fcbce639c122b5c932a13c20eed259bcec8 switched a few log levels to --- 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];