mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
libs: correct debug message in isIconOld() function
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6f288381c1
commit
a5360910a8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ static bool isIconOld(const QString &iconFile)
|
|||
const QFileInfo iconInfo(iconFile);
|
||||
const QDateTime iconLastModified = iconInfo.lastModified();
|
||||
if (!iconInfo.isFile() || !iconLastModified.isValid()) {
|
||||
kDebug() << "Icon file too old or does not exist" << iconFile;
|
||||
kDebug() << "Icon file does not exist or its modification time is invalid" << iconFile;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue