From: Richard Tollerton Date: Thu, 11 Dec 2014 04:59:06 +0000 (-0600) Subject: udev-cache: Clean up message when cache is invalidated X-Git-Tag: 2015-4~1009 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d768772a1259d3659d0424c39e65eeb3443af86c;p=openembedded-core.git udev-cache: Clean up message when cache is invalidated Replace a bunch of echo's with a single cat< --- diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index 96578bc15b..9a8b09d34d 100644 --- a/meta/recipes-core/udev/udev/init +++ b/meta/recipes-core/udev/udev/init @@ -74,10 +74,13 @@ case "$1" in else # Output detailed reason why the cached /dev is not used if [ "$VERBOSE" != "no" ]; then - echo "udev: udev cache not used" - echo "udev: we use $CMP_FILE_LIST as criteria to judge whether the cache /dev could be resued" - echo "udev: cached sysconf: $SYSCONF_CACHED" - echo "udev: current sysconf: $SYSCONF_TMP" + cat <