From 1a0cd8acbdbef4ac0fdf0dfddc1db3932b9bd7bc Mon Sep 17 00:00:00 2001 From: Tobias Koenig Date: Tue, 27 Feb 2007 12:56:16 +0000 Subject: [PATCH] SVN_SILENT help debugging svn path=/trunk/playground/graphics/okular/; revision=637697 --- core/document.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/document.cpp b/core/document.cpp index 79684691e..0e4064508 100644 --- a/core/document.cpp +++ b/core/document.cpp @@ -465,6 +465,7 @@ Generator * Document::Private::loadGeneratorLibrary( const QString& name, const if ( !lib ) { kWarning() << "Could not load '" << libname << "' library." << endl; + kWarning() << KLibLoader::self()->lastErrorMessage() << endl; emit m_parent->error( i18n( "Could not load the necessary plugin to view the document" ), -1 ); return 0; }