From 43bd7d72643e2ee3bc4d830c6927def392bc9c7f Mon Sep 17 00:00:00 2001 From: ar Date: Sun, 02 May 2004 17:43:05 +0000 Subject: - convert qDebug to odebug --- (limited to 'core/symlinker') diff --git a/core/symlinker/main.cpp b/core/symlinker/main.cpp index 96e7f3c..bf53a82 100644 --- a/core/symlinker/main.cpp +++ b/core/symlinker/main.cpp @@ -70,7 +70,7 @@ static void createSymlinks( const QString &location, const QString &package ) odebug << "Big problem creating symlink and directory" << oendl; } } -// qDebug ( "Created %s" ,s.ascii() ); +// odebug << "Created << s.ascii() << oendl; out << s << "\n"; } else { odebug << "" << s.ascii() << " exists already, not symlinked" << oendl; @@ -99,7 +99,7 @@ static void removeSymlinks( const QString &package ) //Confirm that it's still a symlink. if ( ffi.isSymLink() ){ unlink( s.ascii() ); -// qDebug ( "Removed %s", s.ascii() );} +// odebug << "Removed " << s.ascii() << oendl; } // else // odebug << "Not removed " << s.ascii() << "" << oendl; } -- cgit v0.9.0.2