File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ func (e *LPC) deviceConfigurationWriteCB(msg *spineapi.Message) {
230230 for _ , deviceKeyValueData := range data .DeviceConfigurationKeyValueData {
231231 description , err := dc .GetKeyValueDescriptionFoKeyId (* deviceKeyValueData .KeyId )
232232 if description == nil || err != nil {
233- logging .Log ().Debug ("LPC deviceConfigurationWriteCB: no device configuration for KeyID %d found" )
233+ logging .Log ().Debug ("LPC deviceConfigurationWriteCB: no device configuration for KeyID found: " , * deviceKeyValueData . KeyId )
234234 continue
235235 }
236236
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ func (e *LPP) deviceConfigurationWriteCB(msg *spineapi.Message) {
230230 for _ , deviceKeyValueData := range data .DeviceConfigurationKeyValueData {
231231 description , err := dc .GetKeyValueDescriptionFoKeyId (* deviceKeyValueData .KeyId )
232232 if description == nil || err != nil {
233- logging .Log ().Debug ("LPP deviceConfigurationWriteCB: no device configuration for KeyID %d found" )
233+ logging .Log ().Debug ("LPP deviceConfigurationWriteCB: no device configuration for KeyID found: " , * deviceKeyValueData . KeyId )
234234 continue
235235 }
236236
You can’t perform that action at this time.
0 commit comments