Even less debug noise.
This commit is contained in:
parent
5b01925d99
commit
aaa696f543
@ -66,7 +66,7 @@ Module::fromDescriptorFile( const QString& path )
|
|||||||
if ( descriptorFile.exists() && descriptorFile.open( QFile::ReadOnly | QFile::Text ) )
|
if ( descriptorFile.exists() && descriptorFile.open( QFile::ReadOnly | QFile::Text ) )
|
||||||
{
|
{
|
||||||
QByteArray ba = descriptorFile.readAll();
|
QByteArray ba = descriptorFile.readAll();
|
||||||
cDebug() << Q_FUNC_INFO << "module descriptor file" << path;
|
cDebug() << "Loading descriptor file" << descriptorFile.fileName();
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user