summaryrefslogtreecommitdiffstats
path: root/remote/includes/kernel.inc
diff options
context:
space:
mode:
Diffstat (limited to 'remote/includes/kernel.inc')
-rw-r--r--remote/includes/kernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/includes/kernel.inc b/remote/includes/kernel.inc
index e92eed3c..ffac5731 100644
--- a/remote/includes/kernel.inc
+++ b/remote/includes/kernel.inc
@@ -160,7 +160,7 @@ copy_firmware() {
# if we didn't found it in the kernel build directory, check for firmware in the system firmware directory
if [ $FOUND -ne 1 ]; then
- pwarning "Did not found '$FIRMWARE' in kernel base dir. Searching system..."
+ pdebug "Did not found '$FIRMWARE' in kernel base dir. Searching system..."
for CANDIDATE in "/${FIRMWARE_DIR}/${FIRMWARE}" "/${FIRMWARE_DIR}/${KERNEL_CURRENT_VERSION}/${FIRMWARE}"; do
if [ -e "${CANDIDATE}" ]; then
if [ $(echo "${CANDIDATE}" | grep -c "${KERNEL_CURRENT_VERSION}") -eq 0 ]; then