This commit is contained in:
paulyufan2 2024-11-12 18:23:06 -05:00 коммит произвёл Paul Yu
Родитель 84ecb1f2b6
Коммит 9c687793f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -478,7 +478,7 @@ func startTelemetryService(ctx context.Context) {
tbtemp.Cleanup(telemetry.FdName)
err = tb.StartServer()
logger.Printf("Telemetry service for CNI started")
logger.Printf("[Azure CNS] Telemetry service for CNI started")
if err != nil {
logger.Errorf("[Azure CNS] Telemetry service failed to start: %v", err)
return