Skip to content

Commit

Permalink
Revert logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha committed Mar 27, 2024
1 parent 2bfa772 commit 096251b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trusted_os/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func main() {
}

if v, err := semver.NewVersion(strings.TrimPrefix(Version, "v")); err != nil {
log.Printf("Failed to parse OS version %q: %v", v, err)
log.Printf("Failed to parse OS version %q: %v", Version, err)
} else {
osVersion = *v
}
Expand Down

0 comments on commit 096251b

Please sign in to comment.