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

List:       kde-commits
Subject:    KDE/kdebase/runtime/nepomuk/strigibackend
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2009-07-28 14:07:40
Message-ID: 1248790060.728051.11359.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1003641 by trueg:

removing some debugging output which spams the console way too much

 M  +2 -3      sopranoindexreader.cpp  


--- trunk/KDE/kdebase/runtime/nepomuk/strigibackend/sopranoindexreader.cpp \
#1003640:1003641 @@ -394,14 +394,13 @@
                           Node::resourceToN3( Vocabulary::Xesam::url() ),
                           Node::resourceToN3( Nepomuk::Vocabulary::NIE::url() ) );
 
-    qDebug() << "running getChildren query:" << query;
+//    qDebug() << "running getChildren query:" << query;
 
     QueryResultIterator result = d->repository->executeQuery( query, \
::Soprano::Query::QueryLanguageSparql );  
     while ( result.next() ) {
         Node pathNode = result.binding( "path" );
         Node mTimeNode = result.binding( "mtime" );
-        qDebug() << "file in index: " << pathNode.toString() << "mtime:" << \
mTimeNode.literal().toDateTime() << "(" << \
mTimeNode.literal().toDateTime().toTime_t() << ")";  
         // be backwards compatible in case there are paths left encoded as literals
         std::string path;
@@ -458,7 +457,7 @@
                           Node::resourceToN3( Vocabulary::Xesam::sourceModified() ),
                           Node::resourceToN3( \
Nepomuk::Vocabulary::NIE::lastModified() ) );  
-    qDebug() << "mTime( " << uri.c_str() << ") query:" << query;
+//    qDebug() << "mTime( " << uri.c_str() << ") query:" << query;
 
     QueryResultIterator it = d->repository->executeQuery( query, \
::Soprano::Query::QueryLanguageSparql );  


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

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