qt4/src/poppler-optcontent.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4882d7a118b93fdb5c441d70757e485be7ee25d7
Author: Pino Toscano <[EMAIL PROTECTED]>
Date:   Thu Feb 28 15:12:23 2008 +0100

    printf -> qDebug

diff --git a/qt4/src/poppler-optcontent.cc b/qt4/src/poppler-optcontent.cc
index 9f5894f..7e9cf7d 100644
--- a/qt4/src/poppler-optcontent.cc
+++ b/qt4/src/poppler-optcontent.cc
@@ -201,7 +201,7 @@ namespace Poppler
            addChild( parentNode, ocItem );
            lastItem = ocItem;
          } else {
-           printf("couldn't find group for object %i\n", item.getRefNum());
+            qDebug() << "could not find group for object" << item.getRefNum();
          }
        }
        item.free();
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to