Update main.go

Co-authored-by: Dimitris Karakasilis <jimmykarily@gmail.com>
This commit is contained in:
Ettore Di Giacinto 2022-11-23 16:05:44 +01:00 committed by GitHub
parent e0316ade0a
commit 193a7da9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,7 +283,7 @@ func unlockAll() error {
partitionInfo, _, err := pi.NewPartitionInfoFromFile(pi.DefaultPartitionInfoFile)
if err != nil {
fmt.Printf("Partition file not found '%s' \n", pi.DefaultPartitionInfoFile)
fmt.Printf("Warning: Partition file not found '%s' \n", pi.DefaultPartitionInfoFile)
}
block, err := ghw.Block()