installer: Log partition formatting.

* gnu/installer/newt/partition.scm (run-partitioning-page): Add 'syslog' call.
This commit is contained in:
Ludovic Courtès 2020-10-28 15:09:48 +01:00
parent 0105b8624d
commit 6d1fd37182
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

@ -777,5 +777,8 @@ by pressing the Exit button.~%~%")))
;; Make sure the disks are not in use before proceeding to formatting.
(free-parted non-install-devices)
(format-user-partitions user-partitions-with-pass)
(syslog "formatted ~a user partitions~%"
(length user-partitions-with-pass))
(destroy-form-and-pop form)
user-partitions))