Skip to content

Commit

Permalink
collector/lmstat_feature_exp_linux.go: Add debug
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
  • Loading branch information
mjtrangoni committed Mar 8, 2020
1 parent 981702d commit e8cc332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collector/lmstat_feature_exp_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func parseLmstatLicenseFeatureExpDate(outStr [][]string) map[int]*featureExp {
vendorIndex = 4
}

log.Debugln(matches)
// Parse date, month has to be capitalized.
slice := strings.Split(matches[expIndex], "-")
if len(slice) > lenghtOne {
Expand Down

0 comments on commit e8cc332

Please sign in to comment.