1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fix downloader logging docs and some comments. (#447)

This commit is contained in:
Sascha L. Teichmann 2023-08-29 10:24:02 +02:00 committed by GitHub
parent 5459f10d39
commit 018e0e55f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 30 deletions

View file

@ -50,7 +50,7 @@ func main() {
options.ErrorCheck(cfg.prepare())
if len(domains) == 0 {
slog.Info("No domains given.")
slog.Warn("No domains given.")
return
}