[arch-commits] Commit in cryptsetup/trunk (encrypt_hook)

Dave Reisner dreisner at archlinux.org
Fri Sep 28 12:23:50 UTC 2012


    Date: Friday, September 28, 2012 @ 08:23:49
  Author: dreisner
Revision: 167213

remove explicit message when enabling discards (FS#31708)

Modified:
  cryptsetup/trunk/encrypt_hook

--------------+
 encrypt_hook |    1 -
 1 file changed, 1 deletion(-)

Modified: encrypt_hook
===================================================================
--- encrypt_hook	2012-09-28 08:09:23 UTC (rev 167212)
+++ encrypt_hook	2012-09-28 12:23:49 UTC (rev 167213)
@@ -50,7 +50,6 @@
     for cryptopt in ${cryptoptions//,/ }; do
         case ${cryptopt} in
             allow-discards)
-                echo "Enabling TRIM/discard support."
                 cryptargs="${cryptargs} --allow-discards"
                 ;;
             *)




More information about the arch-commits mailing list