LogNormal() for removing rpaths, it's not something that needs to be warned about

This commit is contained in:
probonopd
2019-01-20 14:36:46 +00:00
committed by GitHub
parent 1bcce5d0a5
commit 37631e5640
+1 -1
View File
@@ -855,7 +855,7 @@ void changeIdentification(const QString &id, const QString &binaryPath)
// remove any non-relative path that would point outside the package // remove any non-relative path that would point outside the package
if (!path.startsWith("$ORIGIN")) if (!path.startsWith("$ORIGIN"))
{ {
LogWarning() << "Removing absolute rpath of " << path << " in " << binaryPath; LogNormal() << "Removing absolute rpath of " << path << " in " << binaryPath;
rpath.removeAll(path); rpath.removeAll(path);
} }
} }