fix compile error

This commit is contained in:
richardsonjack 2018-04-20 11:47:19 +09:30
parent 499447727e
commit fe6686d0f5
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ func revidReportActions(pin int) (int, error) {
// return int(processManager.PriorityLevel), nil
default:
return -1, errors.New("External pin" + pin + " not defined")
return -1, errors.New("External pin" + strconv.Itoa(pin) + " not defined")
}
}