extract_utils: Update debugfs error message

Change-Id: I3fb0a3a0c4f52de03009b68036a16cef01ead9c6
diff --git a/build/tools/extract_utils.sh b/build/tools/extract_utils.sh
index eed6387..7eea742 100755
--- a/build/tools/extract_utils.sh
+++ b/build/tools/extract_utils.sh
@@ -2143,7 +2143,7 @@
     local symlink_err="rdump: Attempt to read block from filesystem resulted in short read while reading symlink"
     if grep -Fq "$symlink_err" "$logFile"; then
         echo "[-] Symlinks have not been properly processed from $image_file"
-        echo "[!] If you don't have a compatible debugfs version, modify 'execute-all.sh' to disable 'USE_DEBUGFS' flag"
+        echo "[!] You might not have a compatible debugfs version"
         abort 1
     fi
 }