Change seapp partition log to warning am: cde31a9d4d am: 9f06a40585 am: 6d76d34364 am: 0fee82b014 am: aa4e4066d3

Original change: https://android-review.googlesource.com/c/platform/external/selinux/+/2685446

Change-Id: Idabe772ac7b28da4fffd2d693710e0e58fe8968c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/libselinux/src/android/android_seapp.c b/libselinux/src/android/android_seapp.c
index 7e847a8..273ac72 100644
--- a/libselinux/src/android/android_seapp.c
+++ b/libselinux/src/android/android_seapp.c
@@ -917,7 +917,7 @@
 		if (isPreinstalledApp
 				&& !is_preinstalled_app_partition_valid(cur->partition, partition)) {
 			// TODO(b/280547417): make this an error after fixing violations
-			selinux_log(SELINUX_ERROR,
+			selinux_log(SELINUX_WARNING,
 				"%s:  App %s preinstalled to %s can't be labeled with %s sepolicy",
 				__FUNCTION__, pkgname, partition, cur->partition);
 		}