Add more information about interception warnings

It's good to know who is trying to be naughty
This commit is contained in:
Aleix Pol 2013-12-05 19:32:14 +01:00
parent 6d8d2fbde8
commit 23eacffcb3

View File

@ -108,7 +108,7 @@ QUrl PackageUrlInterceptor::intercept(const QUrl &path, QQmlAbstractUrlIntercept
return path; return path;
} }
} }
qWarning() << "WARNING: Access denied for URL" << path; qWarning() << "WARNING: Access denied for URL" << path << "by" << m_package.name();
} }
} }