[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/soprano/backends/virtuoso
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2009-12-10 14:17:26
Message-ID: 1260454646.939402.2758.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1061033 by trueg:

I need the virtuoso output for debugging purposes

 M  +6 -6      virtuosocontroller.cpp  


--- trunk/kdesupport/soprano/backends/virtuoso/virtuosocontroller.cpp #1061032:1061033
@@ -36,11 +36,11 @@
 Q_DECLARE_METATYPE( QProcess::ExitStatus )
 
 namespace {
-    
+
 #ifdef Q_OS_WIN
     QMutex portNumberMutex;
 #endif
-    
+
     quint16 getFreePortNumber() {
 //         QTcpServer server;
 //         if ( server.listen() ) {
@@ -167,7 +167,7 @@
     // we only wait for the server to tell us that it is ready
     while ( m_virtuosoProcess.canReadLine() ) {
         QString line = QString::fromLatin1( m_virtuosoProcess.readLine() );
-        //qDebug() << line;
+        qDebug() << line;
         if ( line.contains( "Server online at" ) ) {
             m_virtuosoProcess.closeReadChannel( QProcess::StandardError );
             m_status = Running;
@@ -274,7 +274,7 @@
     if ( !dir.endsWith( '/' ) )
         dir += '/';
     dir = QDir::toNativeSeparators( dir );
-    
+
     QSettings cfs( path, QSettings::IniFormat );
 
     cfs.beginGroup( "Database" );
@@ -299,7 +299,7 @@
 #else
     cfs.setValue( "DisableTcpSocket", "1" );
 #endif
-    
+
     // FIXME: what is this?
     //    cfs.setValue( "DirsAllowed", "." );
 
@@ -341,7 +341,7 @@
     if ( !virtuosoHome.isEmpty() )
         dirs << virtuosoHome + QLatin1String("/bin");
 #endif
-    
+
     foreach( const QString& dir, dirs ) {
 #ifdef Q_OS_WIN
         QFileInfo info( dir + QLatin1String("/virtuoso-t.exe") );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic