Explorar el Código

Z991239-6196 #comment 修改日志等级为DEBUG

80374374 hace 8 meses
padre
commit
0c68505e72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Framework/spbase/SpTimer.cpp

+ 1 - 1
Framework/spbase/SpTimer.cpp

@@ -141,7 +141,7 @@ SpTimer *SpTimerCreate(SpTimerList *pList, DWORD dwTimerID, DWORD dwInterval, IT
 	spinlock_init(&pTimer->lock);
 	REF_COUNT_INIT(&pTimer->iRefCount);
 
-	DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI(__FUNCTION__)("SpTimer created dwTimerId = %d, dwInterval=%d", dwTimerID, dwInterval);
+	DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM).setAPI(__FUNCTION__)("SpTimer created dwTimerId = %d, dwInterval=%d", dwTimerID, dwInterval);
 
 	return pTimer;
 }