diff --git a/tools/linuxdeployqt/shared.cpp b/tools/linuxdeployqt/shared.cpp index 176efc1..1f120a5 100644 --- a/tools/linuxdeployqt/shared.cpp +++ b/tools/linuxdeployqt/shared.cpp @@ -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); } }