From: Carl Hetherington Date: Wed, 18 Jan 2023 23:50:18 +0000 (+0100) Subject: Add some logging to ext4_mkfs. X-Git-Tag: v2.16.42~7 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=1de9bea13440fac7df01bf846c7613a69e0c3eb1 Add some logging to ext4_mkfs. --- diff --git a/cscript b/cscript index 88a1b1ecb..a96702092 100644 --- a/cscript +++ b/cscript @@ -467,7 +467,7 @@ def dependencies(target, options): # the appropriate place later deps.append(('openssl', '7f29dd5')) if can_build_disk(target): - deps.append(('lwext4', 'ee865fa65f05e348cd4e0bce0552a2725ad5663a')) + deps.append(('lwext4', '3dc752da8948564456ce2d721c266b4e1a50e7a1')) deps.append(('ffcmp', 'da96af56f3ddf074f2044a0cd6e50c95184fd169')) return deps