summaryrefslogtreecommitdiff
path: root/core/symlinker
Unidiff
Diffstat (limited to 'core/symlinker') (more/less context) (show whitespace changes)
-rw-r--r--core/symlinker/main.cpp4
1 files changed, 2 insertions, 2 deletions
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
@@ -72,3 +72,3 @@ static void createSymlinks( const QString &location, const QString &package )
72 } 72 }
73// qDebug ( "Created %s" ,s.ascii() ); 73// odebug << "Created << s.ascii() << oendl;
74 out << s << "\n"; 74 out << s << "\n";
@@ -101,3 +101,3 @@ static void removeSymlinks( const QString &package )
101 unlink( s.ascii() ); 101 unlink( s.ascii() );
102// qDebug ( "Removed %s", s.ascii() );} 102// odebug << "Removed " << s.ascii() << oendl; }
103// else 103// else