summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2014-03-24 14:24:34 +0100
committerJonathan Bauer2014-03-24 14:24:34 +0100
commitf416b8a81f2a52f7512c0d1090ce4d15551b4eef (patch)
tree69dee5333cc29278fe5ea53c82aab1729b9f604c /remote
parent[kernel-system] added TODO. DO NOT USE YET, WIP! (diff)
downloadtm-scripts-f416b8a81f2a52f7512c0d1090ce4d15551b4eef.tar.gz
tm-scripts-f416b8a81f2a52f7512c0d1090ce4d15551b4eef.tar.xz
tm-scripts-f416b8a81f2a52f7512c0d1090ce4d15551b4eef.zip
[kernel.inc] less spam in non-debug mode
Diffstat (limited to 'remote')
-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