diff --git a/providers/os/connection/device/device_connection.go b/providers/os/connection/device/device_connection.go index 5ff7c7ac7d..8b675d6293 100644 --- a/providers/os/connection/device/device_connection.go +++ b/providers/os/connection/device/device_connection.go @@ -220,7 +220,9 @@ func tryDetectAsset(connId uint32, partition *snapshot.PartitionInfo, conf *inve fingerprint, p, err := id.IdentifyPlatform(fsConn, &plugin.ConnectReq{}, p, asset.IdDetector) if err != nil { - log.Debug().Err(err).Msg("device connection> failed to identify platform from device") + log.Debug().Err(err). + Strs("platform-ids", asset.PlatformIds). // debug + Msg("device connection> failed to identify platform from device") return nil, err } log.Debug().Str("scan_dir", partition.MountPoint).Msg("device connection> detected platform from device")