Skip to content

Commit 37631e5

Browse files
authored
LogNormal() for removing rpaths, it's not something that needs to be warned about
1 parent 1bcce5d commit 37631e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/linuxdeployqt/shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ void changeIdentification(const QString &id, const QString &binaryPath)
855855
// remove any non-relative path that would point outside the package
856856
if (!path.startsWith("$ORIGIN"))
857857
{
858-
LogWarning() << "Removing absolute rpath of " << path << " in " << binaryPath;
858+
LogNormal() << "Removing absolute rpath of " << path << " in " << binaryPath;
859859
rpath.removeAll(path);
860860
}
861861
}

0 commit comments

Comments
 (0)