mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kutils: make it clear that it is inhibition reply in the warning message
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
24336de9b9
commit
76537cfbf6
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ uint KPowerManagerInhibitImpl::Inhibit(const QString &application, const QString
|
||||||
m_cookies.insert(cookiecounter, inhibitfd);
|
m_cookies.insert(cookiecounter, inhibitfd);
|
||||||
return cookiecounter;
|
return cookiecounter;
|
||||||
}
|
}
|
||||||
kWarning() << "Invalid reply";
|
kWarning() << "Invalid inhibit reply";
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue