comment out kDebugs - change some to kWarnings

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1148447
This commit is contained in:
Kurt Hindenburg
2010-07-10 17:22:28 +00:00
parent 7d2e41ce7c
commit 6b2440e2c2
8 changed files with 12 additions and 12 deletions

View File

@@ -908,9 +908,9 @@ SSHProcessInfo::SSHProcessInfo(const ProcessInfo& process)
if ( !ok || name != "ssh" )
{
if ( !ok )
kDebug() << "Could not read process info";
kWarning() << "Could not read process info";
else
kDebug() << "Process is not a SSH process";
kWarning() << "Process is not a SSH process";
return;
}
@@ -988,7 +988,7 @@ SSHProcessInfo::SSHProcessInfo(const ProcessInfo& process)
}
else
{
kDebug() << "Could not read arguments";
kWarning() << "Could not read arguments";
return;
}