From 860a9048d57cc0dce9729dfc62b255b84edd4005 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 16 Jan 2023 15:01:30 +0100 Subject: [PATCH] make info message lowercase like the rest --- mmdebstrap | 2 +- tests/logfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mmdebstrap b/mmdebstrap index 54eefaf..967c7cd 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -5190,7 +5190,7 @@ sub main() { if (scalar @keyrings == 0) { return " [signed-by=\"$keyring\"]"; } - info "Finding correct signed-by value..."; + info "finding correct signed-by value..."; my $progress = 0.0; print_progress($progress); for (my $i = 0 ; $i < scalar @keyrings ; $i++) { diff --git a/tests/logfile b/tests/logfile index 4b4e018..934119d 100644 --- a/tests/logfile +++ b/tests/logfile @@ -7,7 +7,7 @@ export LC_ALL=C.UTF-8 head --lines=-1 /tmp/log > /tmp/trimmed cat << LOG | diff -u - /tmp/trimmed I: chroot architecture {{ HOSTARCH }} is equal to the host's architecture -I: Finding correct signed-by value... +I: finding correct signed-by value... I: automatically chosen format: directory I: running apt-get update... I: downloading packages with apt...