Skip to content

Commit f45566c

Browse files
committed
debug message
1 parent 854c28f commit f45566c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/EventSystem.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ void CEventSystem::GetCurrentStates()
367367
m_devicestates[sitem.ID] = sitem;
368368
// _log.Log(LOG_STATUS, "id=%s", sitem.ID);
369369
_log.Log(LOG_ERROR, "id=%d", sitem.ID);
370+
printf("id=%d", sitem.ID);
370371
_log.Log(LOG_STATUS, "name=%s", sitem.deviceName.c_str());
371372

372373
}

0 commit comments

Comments
 (0)