diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 08:51:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 08:51:25 -0500 |
| commit | 173520b42e1266687ee397302fada281d227b216 (patch) | |
| tree | 7bd9282dee5c175a71dc5420b808471ccb988874 /validate.go | |
| parent | 0a28c45a6cb885feeb14a49cba2c9b956bda665a (diff) | |
more work on importing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'validate.go')
| -rw-r--r-- | validate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validate.go b/validate.go index a822dd0..b6572f5 100644 --- a/validate.go +++ b/validate.go @@ -157,7 +157,7 @@ func ValidateDiskFilenames() ([]*pb.Event, error) { } if !found { log.Info("droplet", d.Hostname, d.Disks) - return nil, errors.New("droplet " + d.Hostname + " has nonstandard disk names") + log.Warn("droplet " + d.Hostname + " has nonstandard disk names") } } return alle, nil |
