Add more information about interception warnings
It's good to know who is trying to be naughty
This commit is contained in:
parent
6d8d2fbde8
commit
23eacffcb3
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user