Skip to content

Commit

Permalink
LogNormal() for removing rpaths, it's not something that needs to be …
Browse files Browse the repository at this point in the history
…warned about
  • Loading branch information
probonopd authored Jan 20, 2019
1 parent 1bcce5d commit 37631e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/linuxdeployqt/shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ void changeIdentification(const QString &id, const QString &binaryPath)
// remove any non-relative path that would point outside the package
if (!path.startsWith("$ORIGIN"))
{
LogWarning() << "Removing absolute rpath of " << path << " in " << binaryPath;
LogNormal() << "Removing absolute rpath of " << path << " in " << binaryPath;
rpath.removeAll(path);
}
}
Expand Down

0 comments on commit 37631e5

Please sign in to comment.