Browse Source

fix-message

#303
master
probonopd 6 years ago
committed by GitHub
parent
commit
ac2d5c2180
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/linuxdeployqt/shared.cpp

4
tools/linuxdeployqt/shared.cpp

@ -1366,11 +1366,11 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
LogDebug() << plugin << "appended";
}
else {
LogDebug() << "The plugin" << plugin << "was already deployed." ;
LogWarning() <<"The plugin" << pluginSourcePath + "/" + plugin << "could not be found. Please check spelling and try again!";
}
}
else {
LogWarning() << "The plugin" << pluginSourcePath + "/" + plugin << "could not be found. Please check spelling and try again!";
LogDebug() << "The plugin" << plugin << "was already deployed." ;
}
}
}

Loading…
Cancel
Save