diff --git a/collector/pkg/detect/devices_windows.go b/collector/pkg/detect/devices_windows.go index ad5b840..8ecb781 100644 --- a/collector/pkg/detect/devices_windows.go +++ b/collector/pkg/detect/devices_windows.go @@ -2,7 +2,6 @@ package detect import ( "github.com/analogj/scrutiny/collector/pkg/models" - "github.com/jaypipes/ghw" "strings" ) diff --git a/webapp/backend/pkg/config/config.go b/webapp/backend/pkg/config/config.go index c4ca517..95111b0 100644 --- a/webapp/backend/pkg/config/config.go +++ b/webapp/backend/pkg/config/config.go @@ -65,7 +65,7 @@ func (c *configuration) ReadConfig(configFilePath string) error { } if !utils.FileExists(configFilePath) { - log.Printf("No configuration file found at %v. Skipping", configFilePath) + log.Printf("No configuration file found at %v. Using Defaults.", configFilePath) return errors.ConfigFileMissingError("The configuration file could not be found.") }