File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ func (e *LPC) deviceConnected(payload spineapi.EventPayload) {
91
91
deviceDiagEntites = append (deviceDiagEntites , entity )
92
92
}
93
93
94
+ logging .Log ().Debug ("cs-lpc:" , len (deviceDiagEntites ), "DeviceDiagnosis Server found" )
95
+
94
96
// the remote device does not have a DeviceDiagnosis Server, which it should
95
97
if len (deviceDiagEntites ) == 0 {
96
98
return
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ func (e *LPP) deviceConnected(payload spineapi.EventPayload) {
91
91
deviceDiagEntites = append (deviceDiagEntites , entity )
92
92
}
93
93
94
+ logging .Log ().Debug ("cs-lpp:" , len (deviceDiagEntites ), "DeviceDiagnosis Server found" )
95
+
94
96
// the remote device does not have a DeviceDiagnosis Server, which it should
95
97
if len (deviceDiagEntites ) == 0 {
96
98
return
You can’t perform that action at this time.
0 commit comments