use qdebug
This commit is contained in:
parent
77f8d35ea9
commit
5b95a759c9
@ -305,7 +305,7 @@ bool PackageJobThread::installPackage(const QString& src, const QString &dest)
|
||||
cg.writeEntry("Icon", iconPath);
|
||||
}
|
||||
} else {
|
||||
kDebug() << "Could not register package as service (this is not necessarily fatal):" << serviceName;
|
||||
qDebug() << "Could not register package as service (this is not necessarily fatal):" << serviceName;
|
||||
d->errorMessage = i18n("Could not register package as service (this is not necessarily fatal): %1", serviceName);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user