From 8d0bd23a13453101037c3dee183a90181862feb3 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 12 Mar 2008 19:10:13 +0000 Subject: [PATCH] small logging refinement --- lib/pdf/GFXOutputDev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index 4258a37..d110976 100644 --- a/lib/pdf/GFXOutputDev.cc +++ b/lib/pdf/GFXOutputDev.cc @@ -669,7 +669,7 @@ GBool GFXOutputDev::needNonText() } void GFXOutputDev::endPage() { - msg(" endPage"); + msg(" endPage (GfxOutputDev)"); if(outer_clip_box) { device->endclip(device); outer_clip_box = 0; -- 1.7.10.4