mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Even less debug noise.
This commit is contained in:
parent
5b01925d99
commit
aaa696f543
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Module::fromDescriptorFile( const QString& path )
|
|||
if ( descriptorFile.exists() && descriptorFile.open( QFile::ReadOnly | QFile::Text ) )
|
||||
{
|
||||
QByteArray ba = descriptorFile.readAll();
|
||||
cDebug() << Q_FUNC_INFO << "module descriptor file" << path;
|
||||
cDebug() << "Loading descriptor file" << descriptorFile.fileName();
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue