Change warning message

This commit is contained in:
Santi 2015-08-08 16:57:28 -03:00
parent 3cd7641f2e
commit 5779385c8b
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ void MoodbarLoader::RequestFinished(MoodbarPipeline* request, const QUrl& url) {
#ifdef Q_OS_WIN32
if (!SetFileAttributes((LPCTSTR)mood_filename.utf16(),
FILE_ATTRIBUTE_HIDDEN)) {
qLog(Warning) << "Error changing hidden attribute for file"
qLog(Warning) << "Error setting hidden attribute for file"
<< mood_filename;
}
#endif