Skip to content

Commit

Permalink
adding log enhancment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed Mar 19, 2018
1 parent 123e5aa commit 9e34727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func fromTOML(file string, s *state) (bool, string) {
if _, err := toml.DecodeFile(file, s); err != nil {
return false, err.Error()
}
return true, "Parsed [[ " + file + " ]] successfully and found [ " + strconv.Itoa(len(s.Apps)) + " ] apps."
return true, "INFO: Parsed [[ " + file + " ]] successfully and found [ " + strconv.Itoa(len(s.Apps)) + " ] apps."

}

Expand Down

0 comments on commit 9e34727

Please sign in to comment.