mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: log debug message from KAuthorization::isAuthorized() to the proper debug area
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2308c97882
commit
5aedcbe444
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ KAuthorization::~KAuthorization()
|
|||
|
||||
bool KAuthorization::isAuthorized(const QString &helper)
|
||||
{
|
||||
kDebug() << "Checking if" << helper << "is authorized";
|
||||
kDebug(s_kauthorizationarea) << "Checking if" << helper << "is authorized";
|
||||
KLockFile authorizationlock(helper);
|
||||
authorizationlock.lock();
|
||||
QDBusInterface kauthorizationinterface(
|
||||
|
|
Loading…
Add table
Reference in a new issue