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

List:       kde-commits
Subject:    kdevelop/parts/outputviews
From:       Matt Rogers <mattr () kde ! org>
Date:       2004-12-16 4:32:54
Message-ID: 20041216043254.8457C1BBB3 () office ! kde ! org
[Download RAW message or body]

CVS commit by mattr: 

use kdDebug please


  M +2 -2      appoutputwidget.cpp   1.12


--- kdevelop/parts/outputviews/appoutputwidget.cpp  #1.11:1.12
@@ -77,5 +77,5 @@ void AppOutputWidget::slotRowSelected(QL
 void AppOutputWidget::insertStdoutLine(const QString &line)
 {
-        fprintf(stderr, "RGR: insertStdoutLine(%s)", line.latin1());
+        kdDebug(9004) << k_funcinfo << line << endl;
         strList.append(QString("o-")+line);
         ProcessWidget::insertStdoutLine(line);
@@ -85,5 +85,5 @@ void AppOutputWidget::insertStdoutLine(c
 void AppOutputWidget::insertStderrLine(const QString &line)
 {
-        fprintf(stderr, "RGR: insertStderrLine(%s)", line.latin1());
+        kdDebug(9004) << k_funcinfo << line << endl;
         strList.append(QString("e-")+line);
         ProcessWidget::insertStderrLine(line);


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

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