diff --git a/lib/functions/compilation/kernel-patching.sh b/lib/functions/compilation/kernel-patching.sh index c2afa51c9a..959c7ecee6 100644 --- a/lib/functions/compilation/kernel-patching.sh +++ b/lib/functions/compilation/kernel-patching.sh @@ -57,7 +57,7 @@ function kernel_main_patching_python() { "EXTRA_PATCH_FILES_FIRST=${kernel_drivers_patch_file}" # Is a space-separated list. "EXTRA_PATCH_HASHES_FIRST=${kernel_drivers_patch_hash}" # Is a space-separated list. ) - display_alert "Calling Python patching script" "for kernel ${KERNELBRANCH}" "info" + display_alert "Calling Python patching script for kernel:" "${KERNELSOURCE} - ${KERNELBRANCH}" "info" display_alert "Using kernel patch dir:" "${KERNELPATCHDIR}" "info" # "raw_command" is only for logging purposes. diff --git a/lib/functions/compilation/uboot-patching.sh b/lib/functions/compilation/uboot-patching.sh index c7c7e43dec..1039075368 100644 --- a/lib/functions/compilation/uboot-patching.sh +++ b/lib/functions/compilation/uboot-patching.sh @@ -49,7 +49,7 @@ function uboot_main_patching_python() { "MAINTAINER_NAME=${MAINTAINER}" # Name of the maintainer "MAINTAINER_EMAIL=${MAINTAINERMAIL}" # Email of the maintainer ) - display_alert "Calling Python patching script" "for U-Boot ${BOOTBRANCH}" "info" + display_alert "Calling Python patching script for U-Boot:" "${BOOTSOURCE} - ${BOOTBRANCH}" "info" display_alert "Using U-Boot patch dir:" "${BOOTPATCHDIR}" "info" # "raw_command" is only for logging purposes.