Skip to content

Commit ac2d5c2

Browse files
authored
fix-message
probonopd#303
1 parent 5542062 commit ac2d5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/linuxdeployqt/shared.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1366,11 +1366,11 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
13661366
LogDebug() << plugin << "appended";
13671367
}
13681368
else {
1369-
LogDebug() << "The plugin" << plugin << "was already deployed." ;
1369+
LogWarning() <<"The plugin" << pluginSourcePath + "/" + plugin << "could not be found. Please check spelling and try again!";
13701370
}
13711371
}
13721372
else {
1373-
LogWarning() << "The plugin" << pluginSourcePath + "/" + plugin << "could not be found. Please check spelling and try again!";
1373+
LogDebug() << "The plugin" << plugin << "was already deployed." ;
13741374
}
13751375
}
13761376
}

0 commit comments

Comments
 (0)