Skip to content

Commit

Permalink
Merge pull request #30 from mjtrangoni/add-debug
Browse files Browse the repository at this point in the history
Add debug
  • Loading branch information
mjtrangoni committed Mar 8, 2020
2 parents 9ed61f9 + e8cc332 commit a5a4dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
go:
# Whenever the Go version is updated here, .travis.yml and
# .circle/config.yml should also be updated.
version: 1.13
version: 1.14
cgo: false
repository:
path: github.com/mjtrangoni/flexlm_exporter
Expand Down
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 a5a4dff

Please sign in to comment.