make info message lowercase like the rest

This commit is contained in:
Johannes Schauer Marin Rodrigues 2023-01-16 15:01:30 +01:00
parent 327b75846f
commit 860a9048d5
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 2 additions and 2 deletions

View file

@ -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++) {

View file

@ -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...